added falling
This commit is contained in:
parent
5510d89edc
commit
bd91fb7117
10 changed files with 147 additions and 5 deletions
|
@ -11,10 +11,17 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="GMTK_2024"
|
||||
run/main_scene="res://player.tscn"
|
||||
run/main_scene="res://levels/TestingRoom.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=1280
|
||||
window/size/viewport_height=720
|
||||
window/size/mode=2
|
||||
window/stretch/mode="viewport"
|
||||
|
||||
[input]
|
||||
|
||||
player_right={
|
||||
|
@ -32,3 +39,4 @@ player_left={
|
|||
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
2d/snap/snap_2d_transforms_to_pixel=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue