123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://car_select.gd" type="Script" id=1]
- [ext_resource path="res://Images/choose_van.png" type="Texture" id=2]
- [ext_resource path="res://Images/choose_trailer.png" type="Texture" id=3]
- [ext_resource path="res://Images/choose_tow.png" type="Texture" id=4]
- [node name="base" type="Control" index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- rect_pivot_offset = Vector2( 0, 0 )
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- script = ExtResource( 1 )
- __meta__ = {
- "__editor_plugin_screen__": "2D"
- }
- [node name="van 1" type="Button" parent="." index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 4.0
- margin_top = 160.0
- margin_right = 340.0
- margin_bottom = 400.0
- rect_pivot_offset = Vector2( 0, 0 )
- focus_mode = 2
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- toggle_mode = false
- enabled_focus_mode = 2
- shortcut = null
- group = null
- icon = ExtResource( 2 )
- flat = false
- align = 1
- _sections_unfolded = [ "Anchor", "Margin" ]
- [node name="van 2" type="Button" parent="." index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 344.0
- margin_top = 160.0
- margin_right = 680.0
- margin_bottom = 401.0
- rect_pivot_offset = Vector2( 0, 0 )
- focus_mode = 2
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- toggle_mode = false
- enabled_focus_mode = 2
- shortcut = null
- group = null
- icon = ExtResource( 3 )
- flat = false
- align = 1
- _sections_unfolded = [ "Margin" ]
- [node name="van 3" type="Button" parent="." index="2"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 0.0
- anchor_bottom = 0.0
- margin_left = 684.0
- margin_top = 160.0
- margin_right = 1020.0
- margin_bottom = 400.0
- rect_pivot_offset = Vector2( 0, 0 )
- focus_mode = 2
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 2
- size_flags_vertical = 2
- toggle_mode = false
- enabled_focus_mode = 2
- shortcut = null
- group = null
- icon = ExtResource( 4 )
- flat = false
- align = 1
- _sections_unfolded = [ "Margin" ]
- [connection signal="pressed" from="van 1" to="." method="_on_van_1_pressed"]
- [connection signal="pressed" from="van 2" to="." method="_on_van_2_pressed"]
- [connection signal="pressed" from="van 3" to="." method="_on_van_3_pressed"]
|