unlimited games
This commit is contained in:
parent
29e48dd5af
commit
119f7f9625
11 changed files with 359 additions and 1 deletions
24
games/crafting/pixel.tscn
Normal file
24
games/crafting/pixel.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b7fjw13eg65gh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bs11jp8pmu8uv" path="res://games/crafting/pixel.gd" id="1_gwgos"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_8qltj"]
|
||||
font_size = 56
|
||||
font_color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="ColorRect" type="ColorRect" node_paths=PackedStringArray("key_label")]
|
||||
custom_minimum_size = Vector2(60, 60)
|
||||
script = ExtResource("1_gwgos")
|
||||
key_label = NodePath("Label")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "A"
|
||||
label_settings = SubResource("LabelSettings_8qltj")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue