This website works better with JavaScript
Home
Explore
Help
Sign In
Godot
/
godot
mirror of
https://github.com/godotengine/godot.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
make animation work again in P3d demo, fixes
#3151
Juan Linietsky
9 years ago
parent
f6798d9d73
commit
0c9a2244d7
2 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
demos/3d/platformer/engine.cfg
BIN
demos/3d/platformer/player.scn
+ 1
- 1
demos/3d/platformer/engine.cfg
View File
@@ -6,7 +6,7 @@ icon="res://icon.png"
[display]
-height=
45
0
+height=
72
0
stretch_2d=true
[input]
BIN
demos/3d/platformer/player.scn
View File