mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-25 17:10:09 +01:00
-One regular one and one (direct port of the tutorial demo) -One using more advanced godot concepts
23 lines
286 B
INI
23 lines
286 B
INI
[application]
|
|
|
|
name="Pong Visual Script 2"
|
|
main_scene="pong.tscn"
|
|
icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
width=640
|
|
height=400
|
|
stretch_2d=true
|
|
|
|
[input]
|
|
|
|
left_move_up=[key(A)]
|
|
left_move_down=[key(Z)]
|
|
right_move_up=[key(Up)]
|
|
right_move_down=[key(Down)]
|
|
|
|
[render]
|
|
|
|
default_clear_color=#ff000000
|