This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blob.tscn
78 lines (58 loc) · 1.97 KB
/
Blob.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[gd_scene load_steps=7 format=2]
[ext_resource path="res://Monster_blob.gd" type="Script" id=1]
[ext_resource path="res://assets/speech_bubble.png" type="Texture" id=2]
[ext_resource path="res://assets/fonts/pf_tempesta_five_compressed.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://assets/Blocks/blobLeft.png" type="Texture" id=4]
[sub_resource type="DynamicFont" id=1]
size = 13
use_mipmaps = false
use_filter = false
font_data = ExtResource( 3 )
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
[sub_resource type="CircleShape2D" id=2]
custom_solver_bias = 0.0
radius = 16.2807
[node name="Monster" type="KinematicBody2D" index="0"]
input_pickable = false
collision_layer = 1
collision_mask = 1
collision/safe_margin = 0.08
script = ExtResource( 1 )
[node name="speech bubble" type="Sprite" parent="." index="0"]
visible = false
position = Vector2( 32.7501, -11.5 )
z_index = 1
texture = ExtResource( 2 )
_sections_unfolded = [ "Transform", "Visibility", "Z Index" ]
[node name="speech" type="Label" parent="speech bubble" index="0"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = -30.0
margin_top = -14.0
margin_right = 32.0
margin_bottom = 5.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 4
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Pardon me"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
_sections_unfolded = [ "custom_fonts", "custom_styles" ]
[node name="Blob" type="Sprite" parent="." index="1"]
texture = ExtResource( 4 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="." index="2"]
shape = SubResource( 2 )
[node name="bubble_timer" type="Timer" parent="." index="3"]
process_mode = 1
wait_time = 1.0
one_shot = false
autostart = false
[connection signal="timeout" from="bubble_timer" to="." method="_on_bubble_timer_timeout"]