dashboard.tscn 596 B

12345678910111213141516171819202122232425
  1. [gd_scene load_steps=2 format=3 uid="uid://jv4wm4mlhwqf"]
  2. [ext_resource type="Texture2D" uid="uid://cp4big1h4vmn7" path="res://Scenes/RevCounter.png" id="1_dv158"]
  3. [node name="Dashboard" type="Control"]
  4. layout_mode = 3
  5. anchors_preset = 15
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. grow_horizontal = 2
  9. grow_vertical = 2
  10. [node name="TextureRect" type="TextureRect" parent="."]
  11. layout_mode = 1
  12. anchors_preset = 3
  13. anchor_left = 1.0
  14. anchor_top = 1.0
  15. anchor_right = 1.0
  16. anchor_bottom = 1.0
  17. offset_left = -256.0
  18. offset_top = -256.0
  19. grow_horizontal = 0
  20. grow_vertical = 0
  21. texture = ExtResource("1_dv158")