Fix case and move single script in folder scripts (#69)

Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#69
Co-authored-by: darknight <vaillant.jeremy@dev-crea.com>
Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
darknight
2021-06-03 22:53:49 +02:00
parent 0debe0d2d3
commit d1bf0f76d8
8 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -201,14 +201,14 @@ _global_script_class_icons={
[application]
config/name="Athena-Hidden-Object"
run/main_scene="res://scenes/main.tscn"
run/main_scene="res://scenes/Main.tscn"
config/icon="res://icon.png"
config/quit_on_go_back=false
[autoload]
Loading="*res://scenes/UI/loading/Loading.tscn"
Global="*res://scenes/Global.gd"
Global="*res://scripts/Global.gd"
gddb_constants="*res://addons/godot_db_manager/core/GDDBConstants.gd"
gddb_types="*res://addons/godot_db_manager/core/GDDBTypes.gd"
gddb_globals="*res://addons/godot_db_manager/core/GDDBGlobals.gd"
View File
+1 -1
View File
@@ -1,6 +1,6 @@
[gd_scene load_steps=7 format=2]
[ext_resource path="res://scenes/main.gd" type="Script" id=1]
[ext_resource path="res://scenes/Main.gd" type="Script" id=1]
[ext_resource path="res://scenes/UI/title/UI_title.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/UI/choose_scenes/ChooseScene.tscn" type="PackedScene" id=3]
[ext_resource path="res://scenes/UI/settings/Settings.tscn" type="PackedScene" id=4]
@@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/UI/ending.gd" type="Script" id=1]
[ext_resource path="res://scenes/UI/Ending.gd" type="Script" id=1]
[ext_resource path="res://assets/sounds/victory.ogg" type="AudioStream" id=2]
[ext_resource path="res://assets/fonts/MKX Title.ttf" type="DynamicFontData" id=3]
@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://scenes/levels/levels.gd" type="Script" id=1]
[ext_resource path="res://scenes/levels/Levels.gd" type="Script" id=1]
[node name="Spatial" type="Spatial"]
script = ExtResource( 1 )