cleanup, add various placeholders

This commit is contained in:
msk
2023-09-29 23:49:56 -07:00
parent d46d3aff6d
commit a20ace4e5d
7 changed files with 87 additions and 33 deletions
+12 -1
View File
@@ -1,8 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://bcindeb5bakb3"]
[gd_scene load_steps=4 format=3 uid="uid://bcindeb5bakb3"]
[ext_resource type="Script" path="res://Scripts/Things/TunnelObjects/THNotePlay.cs" id="1_e4xxi"]
[ext_resource type="Texture2D" uid="uid://cfm2r0ha81eum" path="res://_Assets/Textures/Notes/SwipeCCW.png" id="2_yb0qd"]
[sub_resource type="LabelSettings" id="LabelSettings_up7en"]
font_size = 86
[node name="NoteSwipeCCW" type="Control" node_paths=PackedStringArray("noteBase")]
layout_mode = 3
anchors_preset = 0
@@ -23,3 +26,11 @@ grow_vertical = 2
texture = ExtResource("2_yb0qd")
patch_margin_left = 12
patch_margin_right = 12
[node name="Label" type="Label" parent="."]
offset_left = 9.0
offset_top = -159.0
offset_right = 421.0
offset_bottom = -48.0
text = ">>>>>>>>>>>>>>>>"
label_settings = SubResource("LabelSettings_up7en")
+13 -1
View File
@@ -1,8 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://wk634bobe32k"]
[gd_scene load_steps=4 format=3 uid="uid://wk634bobe32k"]
[ext_resource type="Script" path="res://Scripts/Things/TunnelObjects/THNotePlay.cs" id="1_aasqx"]
[ext_resource type="Texture2D" uid="uid://rrwjokjt4jb8" path="res://_Assets/Textures/Notes/SwipeCW.png" id="2_ttxox"]
[sub_resource type="LabelSettings" id="LabelSettings_1hjvl"]
font_size = 86
[node name="NoteSwipeCW" type="Control" node_paths=PackedStringArray("noteBase")]
layout_mode = 3
anchors_preset = 0
@@ -23,3 +26,12 @@ grow_vertical = 2
texture = ExtResource("2_ttxox")
patch_margin_left = 12
patch_margin_right = 12
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 9.0
offset_top = -159.0
offset_right = 421.0
offset_bottom = -48.0
text = "<<<<<<<<<<<<<<<<<<<<<<<<"
label_settings = SubResource("LabelSettings_1hjvl")