Cleaned out junk files from the project

This commit is contained in:
Luke Gebbink 2022-01-28 21:00:12 -07:00
parent 56d16aabd5
commit ace9ebfafb
14 changed files with 1 additions and 22 deletions

View File

@ -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

View File

@ -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 )]

View File

@ -34,7 +34,7 @@ func SetMenuSelections(CurrentSelection):
0: 0:
currentSelection_PlayerSettings.set("custom_colors/default_color", Color(1,1,1,1)) currentSelection_PlayerSettings.set("custom_colors/default_color", Color(1,1,1,1))
currentSelection_Start.set_uppercase(true) 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: 1:
currentSelection_Start.set("custom_colors/default_color", Color(1,1,1,1)) currentSelection_Start.set("custom_colors/default_color", Color(1,1,1,1))
currentSelection_DieTest.set_uppercase(true) currentSelection_DieTest.set_uppercase(true)