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"
14
14
config/description ="A simple Pong game. This demo shows best practices
15
15
for game development in Godot, including signals."
16
16
config/tags =PackedStringArray ("2d" , "demo" , "official" )
17
- run/main_scene ="pong.tscn"
17
+ run/main_scene ="res:// pong.tscn"
18
18
config/features =PackedStringArray ("4.4" )
19
19
config/icon ="res://icon.webp"
20
20
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ config/name="Pong with C#"
14
14
config/description ="A simple Pong game. This demo shows best practices
15
15
for game development in Godot, including signals."
16
16
config/tags =PackedStringArray ("2d" , "demo" , "official" )
17
- run/main_scene ="pong.tscn"
17
+ run/main_scene ="res:// pong.tscn"
18
18
config/features =PackedStringArray ("4.4" )
19
19
config/icon ="res://icon.webp"
20
20
You can’t perform that action at this time.
0 commit comments