From a63c7c02d0c530e70bac79c6916b8e3b8c70b5b3 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Thu, 7 Mar 2024 16:04:44 +0100 Subject: [PATCH] remove test console --- content/main.tscn | 6 +----- content/ui/components/button/button.gd | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/content/main.tscn b/content/main.tscn index 288fc42..9ac6eb6 100644 --- a/content/main.tscn +++ b/content/main.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=16 format=3 uid="uid://eecv28y6jxk4"] +[gd_scene load_steps=15 format=3 uid="uid://eecv28y6jxk4"] [ext_resource type="PackedScene" uid="uid://clc5dre31iskm" path="res://addons/godot-xr-tools/xr/start_xr.tscn" id="1_i4c04"] [ext_resource type="Script" path="res://content/main.gd" id="1_uvrd4"] @@ -10,7 +10,6 @@ [ext_resource type="PackedScene" uid="uid://c3kdssrmv84kv" path="res://content/ui/menu/menu.tscn" id="8_du83w"] [ext_resource type="PackedScene" uid="uid://lrehk38exd5n" path="res://content/system/keyboard/keyboard.tscn" id="9_e5n3p"] [ext_resource type="PackedScene" uid="uid://cbemihbxkd4ll" path="res://content/system/house/house.tscn" id="9_np6mw"] -[ext_resource type="PackedScene" uid="uid://6jhh4qy74px3" path="res://content/ui/console.tscn" id="11_x4ttb"] [sub_resource type="Sky" id="Sky_vhymk"] sky_material = ExtResource("5_wgwf8") @@ -86,7 +85,4 @@ transform = Transform3D(0.499999, -0.000139169, -6.50204e-05, 5.24307e-05, 0.353 [node name="House" parent="." instance=ExtResource("9_np6mw")] -[node name="Console" parent="." instance=ExtResource("11_x4ttb")] -transform = Transform3D(1, -1.39637e-11, 0, 9.47975e-12, 1, 0, 0, 0, 1, 0.987155, -0.000294938, -0.563576) - [editable path="XROrigin3D/XRControllerLeft"] diff --git a/content/ui/components/button/button.gd b/content/ui/components/button/button.gd index ffb8aaf..bcc14ea 100644 --- a/content/ui/components/button/button.gd +++ b/content/ui/components/button/button.gd @@ -76,7 +76,6 @@ var active: bool = false: update_animation() @onready var animation_player: AnimationPlayer = $AnimationPlayer -@onready var console = get_node("/root/Main/Console") var echo_timer: Timer = null func _ready():