diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-04 00:53:52 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-04 00:53:52 -0300 |
commit | 4b6225586c879451dc0171278c8bf2a82493dc46 (patch) | |
tree | 26051ff9006873fe3e6c128696acc706014a6ec7 /demos | |
parent | 442febd2ae594848ad2d0c5c5d4d517822601769 (diff) | |
parent | 30f652998ddb214ce896c4ce6883ba3ad97caeec (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'demos')
-rw-r--r-- | demos/2d/isometric_light/engine.cfg | 1 | ||||
-rw-r--r-- | demos/3d/truck_town/engine.cfg | 1 | ||||
-rw-r--r-- | demos/gui/rich_text_bbcode/engine.cfg | 1 | ||||
-rw-r--r-- | demos/misc/window_management/engine.cfg | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/demos/2d/isometric_light/engine.cfg b/demos/2d/isometric_light/engine.cfg index 0d9e432d5d..08393f1724 100644 --- a/demos/2d/isometric_light/engine.cfg +++ b/demos/2d/isometric_light/engine.cfg @@ -1,5 +1,6 @@ [application] +name="Isometric 2D + Lighting" main_scene="res://map.scn" [input] diff --git a/demos/3d/truck_town/engine.cfg b/demos/3d/truck_town/engine.cfg index f47c0de4fa..3c340e6dcd 100644 --- a/demos/3d/truck_town/engine.cfg +++ b/demos/3d/truck_town/engine.cfg @@ -1,5 +1,6 @@ [application] +name="Truck Town" main_scene="res://car_select.scn" [display] diff --git a/demos/gui/rich_text_bbcode/engine.cfg b/demos/gui/rich_text_bbcode/engine.cfg index 5fb2587d91..e0ea296f6d 100644 --- a/demos/gui/rich_text_bbcode/engine.cfg +++ b/demos/gui/rich_text_bbcode/engine.cfg @@ -1,3 +1,4 @@ [application] +name="Rich Text Label (BBCode)" main_scene="res://rich_text_bbcode.scn" diff --git a/demos/misc/window_management/engine.cfg b/demos/misc/window_management/engine.cfg index c53bd45fb7..0a34231673 100644 --- a/demos/misc/window_management/engine.cfg +++ b/demos/misc/window_management/engine.cfg @@ -1,6 +1,6 @@ [application] -name="window_management" +name="Window Management" main_scene="res://window_management.scn" icon="icon.png" |