fix icon locations in demo projects
This commit is contained in:
parent
96cff3a73b
commit
580a88c3ce
5 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
name="Fog of War"
|
||||
main_scene="res://fog.scn"
|
||||
icon="icon.png"
|
||||
icon="res://icon.png"
|
||||
|
||||
[input]
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
name="polygon_path_finder_demo"
|
||||
main_scene="res://new_scene_poly_with_holes.scn"
|
||||
icon="icon.png"
|
||||
icon="res://icon.png"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
name="Input Mapping GUI"
|
||||
main_scene="res://controls.scn"
|
||||
icon="icon.png"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
name="Tween Demo"
|
||||
main_scene="res://main.xml"
|
||||
icon="icon.png"
|
||||
icon="res://icon.png"
|
||||
target_fps=60
|
||||
|
||||
[display]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
name="Window Management"
|
||||
main_scene="res://window_management.scn"
|
||||
icon="icon.png"
|
||||
icon="res://icon.png"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
Loading…
Reference in a new issue