coins
This commit is contained in:
parent
8a0891c6dd
commit
ce2b44b3fa
598 changed files with 4038 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://ceq326jn65rx7"]
|
||||
[gd_scene load_steps=7 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"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ayhrb"]
|
||||
size = Vector2(151, 657)
|
||||
|
@ -19,6 +20,7 @@ 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)
|
||||
|
@ -38,3 +40,24 @@ 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue