CellSelection.tscn 492 B

12345678910111213141516171819
  1. [gd_scene load_steps=2 format=3 uid="uid://j3vwvepvul45"]
  2. [ext_resource type="Texture2D" uid="uid://bxdx3ngd5hqe3" path="res://data/graphics/gui/inventory/selection.png" id="1_yl5of"]
  3. [node name="TextureRect" type="TextureRect"]
  4. anchors_preset = 8
  5. anchor_left = 0.5
  6. anchor_top = 0.5
  7. anchor_right = 0.5
  8. anchor_bottom = 0.5
  9. offset_left = -19.0
  10. offset_top = -19.0
  11. offset_right = 19.0
  12. offset_bottom = 19.0
  13. grow_horizontal = 2
  14. grow_vertical = 2
  15. texture = ExtResource("1_yl5of")
  16. stretch_mode = 2