-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtarget.tscn
More file actions
28 lines (21 loc) · 1.01 KB
/
target.tscn
File metadata and controls
28 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=5 format=3 uid="uid://1p0gdp3fmd40"]
[ext_resource type="Script" path="res://scripts/target.gd" id="1_ox0r3"]
[ext_resource type="Texture2D" uid="uid://6y0m53xjgebx" path="res://target.png" id="2_hnxch"]
[ext_resource type="AudioStream" uid="uid://b3eirynk74vg7" path="res://explosion.wav" id="3_kjcor"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ly1e7"]
size = Vector2(124, 127)
[node name="target" type="CharacterBody2D"]
scale = Vector2(0.4, 0.4)
script = ExtResource("1_ox0r3")
[node name="Sprite2D" type="Sprite2D" parent="."]
modulate = Color(0.968627, 0.384314, 0.615686, 1)
position = Vector2(-4.99999, 1.25)
scale = Vector2(4.84375, 4.92188)
texture = ExtResource("2_hnxch")
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2(-2, 0.5)
shape = SubResource("RectangleShape2D_ly1e7")
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_kjcor")
volume_db = -10.0