diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekBangla[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekBangla[wdth,wght].ttf deleted file mode 100644 index c2d7474..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekBangla[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekDevanagari[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekDevanagari[wdth,wght].ttf deleted file mode 100644 index 6493af5..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekDevanagari[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekGujarati[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekGujarati[wdth,wght].ttf deleted file mode 100644 index e50aa7a..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekGujarati[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekGurmukhi[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekGurmukhi[wdth,wght].ttf deleted file mode 100644 index 327135f..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekGurmukhi[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekKannada[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekKannada[wdth,wght].ttf deleted file mode 100644 index 8a34431..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekKannada[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekLatin[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekLatin[wdth,wght].ttf deleted file mode 100644 index b1bac81..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekLatin[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekMalayalam[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekMalayalam[wdth,wght].ttf deleted file mode 100644 index d284a2e..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekMalayalam[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekOdia[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekOdia[wdth,wght].ttf deleted file mode 100644 index f82fc8d..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekOdia[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekTamil[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekTamil[wdth,wght].ttf deleted file mode 100644 index b864910..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekTamil[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/AnekTelugu[wdth,wght].ttf b/Godot/MainMenu/GodotUserInterface_Luke/AnekTelugu[wdth,wght].ttf deleted file mode 100644 index f1e389a..0000000 Binary files a/Godot/MainMenu/GodotUserInterface_Luke/AnekTelugu[wdth,wght].ttf and /dev/null differ diff --git a/Godot/MainMenu/GodotUserInterface_Luke/CharacterCreation.gd b/Godot/MainMenu/GodotUserInterface_Luke/CharacterCreation.gd deleted file mode 100644 index 1eccaec..0000000 --- a/Godot/MainMenu/GodotUserInterface_Luke/CharacterCreation.gd +++ /dev/null @@ -1,16 +0,0 @@ -extends Node - - -# Declare member variables here. Examples: -# var a = 2 -# var b = "text" - - -# Called when the node enters the scene tree for the first time. -func _ready(): - pass # Replace with function body. - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -#func _process(delta): -# pass diff --git a/Godot/MainMenu/GodotUserInterface_Luke/CharacterCreation.tscn b/Godot/MainMenu/GodotUserInterface_Luke/CharacterCreation.tscn deleted file mode 100644 index 293a455..0000000 --- a/Godot/MainMenu/GodotUserInterface_Luke/CharacterCreation.tscn +++ /dev/null @@ -1,5 +0,0 @@ -[gd_scene load_steps=2 format=2] - -[ext_resource path="res://Game.tscn" type="PackedScene" id=1] - -[node name="Game" instance=ExtResource( 1 )] diff --git a/Godot/MainMenu/GodotUserInterface_Luke/GUI.gd b/Godot/MainMenu/GodotUserInterface_Luke/GUI.gd index 0d5a483..3d63243 100644 --- a/Godot/MainMenu/GodotUserInterface_Luke/GUI.gd +++ b/Godot/MainMenu/GodotUserInterface_Luke/GUI.gd @@ -34,7 +34,7 @@ func SetMenuSelections(CurrentSelection): 0: currentSelection_PlayerSettings.set("custom_colors/default_color", Color(1,1,1,1)) currentSelection_Start.set_uppercase(true) - currentSelection_Start.set("custom_colors/default_color", Color(0,0,0,1)) + get_node("HBoxContainer/VBoxContainer/MenuOptions/StartGame").set("custom_colors/default_color", Color(0,0,0,1)) 1: currentSelection_Start.set("custom_colors/default_color", Color(1,1,1,1)) currentSelection_DieTest.set_uppercase(true) diff --git a/Godot/MainMenu/GodotUserInterface_Luke/MainSystem.gd b/Godot/MainMenu/GodotUserInterface_Luke/MainSystem.gd deleted file mode 100644 index e69de29..0000000