mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
fix icon locations in demo projects
This commit is contained in:
parent
96cff3a73b
commit
580a88c3ce
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name="Fog of War"
|
name="Fog of War"
|
||||||
main_scene="res://fog.scn"
|
main_scene="res://fog.scn"
|
||||||
icon="icon.png"
|
icon="res://icon.png"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
name="polygon_path_finder_demo"
|
name="polygon_path_finder_demo"
|
||||||
main_scene="res://new_scene_poly_with_holes.scn"
|
main_scene="res://new_scene_poly_with_holes.scn"
|
||||||
icon="icon.png"
|
icon="res://icon.png"
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
name="Input Mapping GUI"
|
name="Input Mapping GUI"
|
||||||
main_scene="res://controls.scn"
|
main_scene="res://controls.scn"
|
||||||
icon="icon.png"
|
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name="Tween Demo"
|
name="Tween Demo"
|
||||||
main_scene="res://main.xml"
|
main_scene="res://main.xml"
|
||||||
icon="icon.png"
|
icon="res://icon.png"
|
||||||
target_fps=60
|
target_fps=60
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
name="Window Management"
|
name="Window Management"
|
||||||
main_scene="res://window_management.scn"
|
main_scene="res://window_management.scn"
|
||||||
icon="icon.png"
|
icon="res://icon.png"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user