pulse node, shaft strip, constantify, etc.
This commit is contained in:
parent
d4c609e1af
commit
0b6d121986
24 changed files with 645 additions and 245 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://k1n4iyxp4iww" path="res://scenes/elevator_panel.gd" id="1_1gr6t"]
|
||||
[ext_resource type="Script" uid="uid://kltqwef8yx3r" path="res://scenes/screen.gd" id="1_3gei6"]
|
||||
[ext_resource type="Script" path="res://scenes/pulse.gd" id="2_pulse"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_n2snw"]
|
||||
bg_color = Color(0.039215688, 0.16470589, 0.039215688, 1)
|
||||
|
|
@ -64,6 +65,9 @@ theme_override_colors/font_color = Color(0.2, 1, 0.2, 1)
|
|||
theme_override_font_sizes/font_size = 32
|
||||
text = ">:)"
|
||||
|
||||
[node name="Pulse" type="Node" parent="PanelMargin/PanelColumn/Screen"]
|
||||
script = ExtResource("2_pulse")
|
||||
|
||||
[node name="CloseButton" type="Button" parent="PanelMargin/PanelColumn" unique_id=554485629]
|
||||
custom_minimum_size = Vector2(0, 60)
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue