40 lines
1.5 KiB
Text
40 lines
1.5 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://ceq326jn65rx7"]
|
|
|
|
[ext_resource type="Script" uid="uid://ygnv4f8xbpbp" path="res://main.gd" id="1_tqlru"]
|
|
[ext_resource type="PackedScene" uid="uid://dmv0rixttc6xn" path="res://horse.tscn" id="2_bol0a"]
|
|
[ext_resource type="Texture2D" uid="uid://b6grhn3yce5pk" path="res://assets/gradient.png" id="2_sqooe"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ayhrb"]
|
|
size = Vector2(151, 657)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_2bhuw"]
|
|
size = Vector2(1288.5, 155.5)
|
|
|
|
[node name="Horse" type="Node2D"]
|
|
script = ExtResource("1_tqlru")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
offset_right = 640.0
|
|
offset_bottom = 480.0
|
|
texture = ExtResource("2_sqooe")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(-76, 321)
|
|
shape = SubResource("RectangleShape2D_ayhrb")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(716, 283)
|
|
shape = SubResource("RectangleShape2D_ayhrb")
|
|
|
|
[node name="CollisionShape2D3" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(578.75, -77.25)
|
|
shape = SubResource("RectangleShape2D_2bhuw")
|
|
|
|
[node name="CollisionShape2D4" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(360, 525)
|
|
shape = SubResource("RectangleShape2D_2bhuw")
|
|
|
|
[node name="Ball" parent="." instance=ExtResource("2_bol0a")]
|
|
position = Vector2(559, 315)
|