mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Cleaned out junk files from the project
This commit is contained in:
parent
56d16aabd5
commit
ace9ebfafb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
@ -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 )]
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user