TileModifierMenu.tscn 768 B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=3 format=3 uid="uid://kag5i607liua"]
  2. [ext_resource type="Script" uid="uid://dxjp3pfd77xxa" path="res://Scripts/UI/TileModifierMenu.gd" id="2_0slfq"]
  3. [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wognt"]
  4. bg_color = Color(0, 0, 0, 0.768627)
  5. border_width_left = 1
  6. border_width_top = 1
  7. border_width_right = 1
  8. border_width_bottom = 1
  9. border_color = Color(1, 1, 1, 1)
  10. [node name="TileModifierMenu" type="PanelContainer"]
  11. self_modulate = Color(1, 1, 1, 0.497)
  12. offset_right = 8.0
  13. offset_bottom = 8.0
  14. theme_override_styles/panel = SubResource("StyleBoxFlat_wognt")
  15. script = ExtResource("2_0slfq")
  16. [node name="Container" type="VBoxContainer" parent="."]
  17. unique_name_in_owner = true
  18. layout_mode = 2
  19. size_flags_horizontal = 3
  20. size_flags_vertical = 3