File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ config/name="Pong with GDScript"
1414config/description ="A simple Pong game. This demo shows best practices
1515for game development in Godot, including signals."
1616config/tags =PackedStringArray ("2d" , "demo" , "official" )
17- run/main_scene ="pong.tscn"
17+ run/main_scene ="res:// pong.tscn"
1818config/features =PackedStringArray ("4.4" )
1919config/icon ="res://icon.webp"
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ config/name="Pong with C#"
1414config/description ="A simple Pong game. This demo shows best practices
1515for game development in Godot, including signals."
1616config/tags =PackedStringArray ("2d" , "demo" , "official" )
17- run/main_scene ="pong.tscn"
17+ run/main_scene ="res:// pong.tscn"
1818config/features =PackedStringArray ("4.4" )
1919config/icon ="res://icon.webp"
2020
You can’t perform that action at this time.
0 commit comments