81 lines
3 KiB
Text
81 lines
3 KiB
Text
[gd_scene load_steps=10 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"]
|
|
[ext_resource type="PackedScene" uid="uid://d3e7g42ja172n" path="res://assets/coin.tscn" id="4_sqooe"]
|
|
[ext_resource type="PackedScene" uid="uid://1lvtcngw4biv" path="res://assets/balls/baseball.tscn" id="5_t1yuu"]
|
|
[ext_resource type="PackedScene" uid="uid://cs8tmcc82ejiu" path="res://assets/balls/basketball.tscn" id="6_tc4b3"]
|
|
[ext_resource type="PackedScene" uid="uid://b2n3dpnervicg" path="res://assets/balls/bowlingball.tscn" id="7_sidb4"]
|
|
|
|
[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="."]
|
|
collision_layer = 3
|
|
|
|
[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)
|
|
|
|
[node name="Coin" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(247, 169)
|
|
|
|
[node name="Coin2" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(362, 131)
|
|
|
|
[node name="Coin3" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(220, 63)
|
|
|
|
[node name="Coin4" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(149, 188)
|
|
|
|
[node name="Coin5" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(367, 256)
|
|
|
|
[node name="Coin6" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(490, 116)
|
|
|
|
[node name="Coin7" parent="." instance=ExtResource("4_sqooe")]
|
|
position = Vector2(490, 116)
|
|
|
|
[node name="Ball2" parent="." instance=ExtResource("5_t1yuu")]
|
|
position = Vector2(137, 273)
|
|
|
|
[node name="Ball3" parent="." instance=ExtResource("5_t1yuu")]
|
|
position = Vector2(159, 246)
|
|
|
|
[node name="Ball4" parent="." instance=ExtResource("5_t1yuu")]
|
|
position = Vector2(177, 277)
|
|
|
|
[node name="Ball5" parent="." instance=ExtResource("6_tc4b3")]
|
|
position = Vector2(257, 278)
|
|
|
|
[node name="Ball6" parent="." instance=ExtResource("7_sidb4")]
|
|
position = Vector2(68, 286)
|