mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Port 2D demos to Godot 3.1
Opened them, saved all scenes, ran the project. Did necessary fixes here and there, fixed some warnings (but some remain in bigger demos). Did not port JRPG demo yet (#306) nor the two platformer demos.
This commit is contained in:
@@ -7,15 +7,14 @@
|
||||
|
||||
[node name="Demo" type="Node"]
|
||||
|
||||
[node name="Player" parent="." index="0" instance=ExtResource( 1 )]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource( 1 )]
|
||||
editor/display_folded = true
|
||||
|
||||
[node name="StatesStackDiplayer" parent="." index="1" instance=ExtResource( 2 )]
|
||||
[node name="StatesStackDiplayer" parent="." instance=ExtResource( 2 )]
|
||||
|
||||
[node name="ControlsPanel" parent="." index="2" instance=ExtResource( 3 )]
|
||||
[node name="ControlsPanel" parent="." instance=ExtResource( 3 )]
|
||||
|
||||
[node name="Explanations" parent="." index="3" instance=ExtResource( 4 )]
|
||||
[node name="Explanations" parent="." instance=ExtResource( 4 )]
|
||||
|
||||
|
||||
[editable path="Player"]
|
||||
|
||||
Reference in New Issue
Block a user