mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 16:00:54 +00:00
added the game
This commit is contained in:
22
Scenes/Prefabs/LevelObjects/TextLabel.tscn
Normal file
22
Scenes/Prefabs/LevelObjects/TextLabel.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://ccwil8rmgvund"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://co6tjg3w6qpd8" path="res://Scripts/Parts/LabelFontChanger.gd" id="1_jxnhn"]
|
||||
[ext_resource type="Resource" uid="uid://8dcuxbc3h2u2" path="res://Resources/ThemedResources/Font.tres" id="2_fxuqy"]
|
||||
[ext_resource type="Script" uid="uid://dt2p68xl462v2" path="res://Scripts/Parts/TextShadowColourChanger.gd" id="3_8hggr"]
|
||||
|
||||
[node name="TextLabel" type="Label"]
|
||||
visibility_layer = 2
|
||||
offset_right = 40.0
|
||||
offset_bottom = 16.0
|
||||
uppercase = true
|
||||
|
||||
[node name="LabelFontChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
|
||||
script = ExtResource("1_jxnhn")
|
||||
labels = [NodePath("..")]
|
||||
resource = ExtResource("2_fxuqy")
|
||||
metadata/_custom_type_script = "uid://co6tjg3w6qpd8"
|
||||
|
||||
[node name="TextShadowColourChanger" type="Node" parent="." node_paths=PackedStringArray("labels")]
|
||||
script = ExtResource("3_8hggr")
|
||||
labels = [NodePath("..")]
|
||||
metadata/_custom_type_script = "uid://dt2p68xl462v2"
|
Reference in New Issue
Block a user