From 20d2a5861af9cb2b3851a1fc9407fad7ecb02718 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 7 Jan 2018 14:59:09 +0100 Subject: [PATCH] Fix project names to use consistent casing This also makes the name of the 2D platformer demo more descriptive. --- 2d/light2d_as_mask/project.godot | 2 +- 2d/platformer/project.godot | 2 +- misc/sensors/project.godot | 2 +- viewport/2d_in_3d/project.godot | 2 +- viewport/3d_in_2d/project.godot | 2 +- viewport/gui_in_3d/project.godot | 2 +- viewport/screen_capture/project.godot | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/2d/light2d_as_mask/project.godot b/2d/light2d_as_mask/project.godot index 9dc87fa1..b15ecf4a 100644 --- a/2d/light2d_as_mask/project.godot +++ b/2d/light2d_as_mask/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="Using Lights As Mask" +config/name="Using Lights as Mask" run/main_scene="res://lightmask.tscn" config/icon="res://icon.png" diff --git a/2d/platformer/project.godot b/2d/platformer/project.godot index 50734523..a8979a1e 100644 --- a/2d/platformer/project.godot +++ b/2d/platformer/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="Platformer" +config/name="Platformer 2D" run/main_scene="res://stage.tscn" config/icon="res://icon.png" target_fps="60" diff --git a/misc/sensors/project.godot b/misc/sensors/project.godot index 3077d0e1..4b0a57e6 100644 --- a/misc/sensors/project.godot +++ b/misc/sensors/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="Accelerometer, magnetometer and gyro demo" +config/name="Accelerometer, Magnetometer and Gyro Demo" run/main_scene="res://main.tscn" config/icon="res://icon.png" diff --git a/viewport/2d_in_3d/project.godot b/viewport/2d_in_3d/project.godot index ebde1959..b83a3bac 100644 --- a/viewport/2d_in_3d/project.godot +++ b/viewport/2d_in_3d/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="2d in 3d" +config/name="2D in 3D" run/main_scene="res://2D_in_3D.tscn" config/icon="res://icon.png" diff --git a/viewport/3d_in_2d/project.godot b/viewport/3d_in_2d/project.godot index 79420249..affbef8e 100644 --- a/viewport/3d_in_2d/project.godot +++ b/viewport/3d_in_2d/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="3d in 2d" +config/name="3D in 2D" run/main_scene="res://3D_in_2D.tscn" config/icon="res://icon.png" diff --git a/viewport/gui_in_3d/project.godot b/viewport/gui_in_3d/project.godot index 781c6ef9..88015c38 100644 --- a/viewport/gui_in_3d/project.godot +++ b/viewport/gui_in_3d/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="gui in 3d" +config/name="GUI in 3D" run/main_scene="res://Gui_in_3D.tscn" config/icon="res://icon.png" diff --git a/viewport/screen_capture/project.godot b/viewport/screen_capture/project.godot index f26dcdc4..116f7bfd 100644 --- a/viewport/screen_capture/project.godot +++ b/viewport/screen_capture/project.godot @@ -10,7 +10,7 @@ config_version=3 [application] -config/name="Screen capture" +config/name="Screen Capture" run/main_scene="res://capture_screen.tscn" config/icon="res://icon.png"