-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBuddy.tscn
39 lines (32 loc) · 1.02 KB
/
Buddy.tscn
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
29
30
31
32
33
34
35
36
37
38
39
[gd_scene load_steps=5 format=2]
[ext_resource path="res://assets/jeff_einstein.png" type="Texture" id=1]
[ext_resource path="res://Buddy.gd" type="Script" id=2]
[ext_resource path="res://assets/crying.png" type="Texture" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 79.2938, 129.439 )
[node name="Buddy" type="Node2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 868.134, 450.505 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 1 )
[node name="Crying" type="Sprite" parent="."]
visible = false
position = Vector2( 871.029, 480.334 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 3 )
[node name="Label" type="Label" parent="."]
margin_left = 545.552
margin_top = 506.694
margin_right = 774.552
margin_bottom = 591.694
text = "Buddy says hi!!!"
align = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
visible = false
position = Vector2( 868.772, 470.106 )
shape = SubResource( 1 )