12345678910111213141516171819202122232425 |
- [gd_scene load_steps=2 format=3 uid="uid://jv4wm4mlhwqf"]
- [ext_resource type="Texture2D" uid="uid://cp4big1h4vmn7" path="res://Scenes/RevCounter.png" id="1_dv158"]
- [node name="Dashboard" type="Control"]
- layout_mode = 3
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- [node name="TextureRect" type="TextureRect" parent="."]
- layout_mode = 1
- anchors_preset = 3
- anchor_left = 1.0
- anchor_top = 1.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- offset_left = -256.0
- offset_top = -256.0
- grow_horizontal = 0
- grow_vertical = 0
- texture = ExtResource("1_dv158")
|