made a lil asteroids game but now messing around with packed scenes so putting a save heere

This commit is contained in:
Tabby 2025-05-11 20:04:24 +10:00
parent caa2cd4c11
commit d5c27030c5
9 changed files with 129 additions and 16 deletions

View file

@ -21,6 +21,19 @@ window/size/viewport_width=640
window/size/viewport_height=360
window/stretch/mode="canvas_items"
[input]
asteroids_left={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":67,"key_label":0,"unicode":99,"location":0,"echo":false,"script":null)
]
}
asteroids_right={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":86,"key_label":0,"unicode":118,"location":0,"echo":false,"script":null)
]
}
[rendering]
renderer/rendering_method="gl_compatibility"