25 lines
921 B
Plaintext
25 lines
921 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://el4tpsvcf0ph"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d14vbbllot6wo" path="res://assets/Textures/SheriffStar.png" id="1_j6vao"]
|
|
[ext_resource type="Script" uid="uid://dqlaal1fu87i7" path="res://scripts/star.gd" id="2_ef0hr"]
|
|
[ext_resource type="AudioStream" uid="uid://d1anpf3ejht4d" path="res://assets/Sfx/coin-recieved-230517.mp3" id="3_ef0hr"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_mcqwg"]
|
|
radius = 47.0
|
|
height = 114.0
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
collision_layer = 64
|
|
collision_mask = 6
|
|
script = ExtResource("2_ef0hr")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.251627, 0.246914)
|
|
texture = ExtResource("1_j6vao")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CapsuleShape2D_mcqwg")
|
|
|
|
[node name="CoinSound" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource("3_ef0hr")
|