Level updates

This commit is contained in:
gamer147
2026-04-09 18:19:07 -04:00
parent 9b1d6e8c8f
commit f6ac31b52e
3 changed files with 6 additions and 10 deletions

View File

@@ -25,3 +25,4 @@ anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
theme_override_constants/separation = 2

View File

@@ -18,9 +18,6 @@ region = Rect2(393, 280, 168, 77)
atlas = ExtResource("3_hadma") atlas = ExtResource("3_hadma")
region = Rect2(141, 0, 513, 169) region = Rect2(141, 0, 513, 169)
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_hadma"]
blend_mode = 1
[sub_resource type="AtlasTexture" id="AtlasTexture_3wejr"] [sub_resource type="AtlasTexture" id="AtlasTexture_3wejr"]
atlas = ExtResource("3_hadma") atlas = ExtResource("3_hadma")
region = Rect2(614, 711, 137, 26) region = Rect2(614, 711, 137, 26)
@@ -270,13 +267,11 @@ anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
[node name="Level" type="Control" parent="UIBase/UnitPanel2/VBoxContainer" unique_id=1602621942] [node name="Level" type="Control" parent="UIBase/UnitPanel2/VBoxContainer" unique_id=1040926780]
layout_mode = 2 layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="UIBase/UnitPanel2/VBoxContainer/Level" unique_id=691752297] [node name="TextureRect" type="TextureRect" parent="UIBase/UnitPanel2/VBoxContainer/Level" unique_id=691752297]
material = SubResource("CanvasItemMaterial_hadma") layout_mode = 0
layout_mode = 1
anchors_preset = 6
anchor_left = 1.0 anchor_left = 1.0
anchor_top = 0.5 anchor_top = 0.5
anchor_right = 1.0 anchor_right = 1.0
@@ -289,8 +284,7 @@ grow_vertical = 2
texture = SubResource("AtlasTexture_3wejr") texture = SubResource("AtlasTexture_3wejr")
[node name="Items" type="HBoxContainer" parent="UIBase/UnitPanel2/VBoxContainer/Level" unique_id=828992814] [node name="Items" type="HBoxContainer" parent="UIBase/UnitPanel2/VBoxContainer/Level" unique_id=828992814]
layout_mode = 1 layout_mode = 0
anchors_preset = 6
anchor_left = 1.0 anchor_left = 1.0
anchor_top = 0.5 anchor_top = 0.5
anchor_right = 1.0 anchor_right = 1.0
@@ -313,6 +307,6 @@ texture = SubResource("AtlasTexture_uh1k2")
[node name="StylizedNumberDisplay" parent="UIBase/UnitPanel2/VBoxContainer/Level/Items" unique_id=702997768 instance=ExtResource("5_55shj")] [node name="StylizedNumberDisplay" parent="UIBase/UnitPanel2/VBoxContainer/Level/Items" unique_id=702997768 instance=ExtResource("5_55shj")]
layout_mode = 2 layout_mode = 2
sprite_sheet = SubResource("AtlasTexture_yayqj") sprite_sheet = SubResource("AtlasTexture_yayqj")
number_sprite_width = 27 number_sprite_width = 28
number_sprite_height = 36 number_sprite_height = 36
value = 12 value = 12

View File

@@ -41,3 +41,4 @@ debug_toggle={
textures/canvas_textures/default_texture_filter=0 textures/canvas_textures/default_texture_filter=0
rendering_device/driver.windows="d3d12" rendering_device/driver.windows="d3d12"
renderer/rendering_method="mobile" renderer/rendering_method="mobile"
environment/defaults/default_clear_color=Color(0, 0, 0, 1)