-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtile1.tscn
64 lines (45 loc) · 1.84 KB
/
tile1.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
[gd_scene load_steps=7 format=1]
[ext_resource path="res://tile1.gd" type="Script" id=1]
[ext_resource path="res://animations/tile_appear.tres" type="Animation" id=2]
[ext_resource path="res://assets/bottom_rock_1.png" type="Texture" id=3]
[ext_resource path="res://assets/rock_2.png" type="Texture" id=4]
[ext_resource path="res://assets/tilered.png" type="Texture" id=5]
[sub_resource type="ConvexPolygonShape2D" id=1]
custom_solver_bias = 0.0
points = Vector2Array( -103.083, -186.003, 81.8873, -186.752, 173.998, -73.6724, 82.6362, 36.4114, -100.837, 36.4114, -197.441, -73.6724 )
[node name="rock" type="Node2D"]
script/script = ExtResource( 1 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
playback/process_mode = 1
playback/default_blend_time = 0.0
root/root = NodePath("..")
anims/tile_appear = ExtResource( 2 )
playback/active = true
playback/speed = 1.0
blend_times = [ ]
autoplay = "StandyByAnimation"
[node name="Bottom" type="Sprite" parent="."]
transform/pos = Vector2( 0, 60 )
texture = ExtResource( 3 )
[node name="Middle" type="Sprite" parent="."]
texture = ExtResource( 4 )
[node name="area" type="Area2D" parent="."]
input/pickable = true
shapes/0/shape = SubResource( 1 )
shapes/0/transform = Matrix32( 0.530418, 0, 0, 0.530418, 5.7406, 39.1238 )
shapes/0/trigger = false
gravity_vec = Vector2( 0, 1 )
gravity = 98.0
linear_damp = 0.1
angular_damp = 1.0
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="area"]
transform/pos = Vector2( 5.7406, 39.1238 )
transform/scale = Vector2( 0.530418, 0.530418 )
build_mode = 0
polygon = Vector2Array( -103.083, -186.003, 81.8873, -186.752, 173.998, -73.6724, 82.6362, 36.4114, -100.837, 36.4114, -197.441, -73.6724 )
shape_range = Vector2( 0, 0 )
trigger = false
[node name="hover" type="Sprite" parent="."]
visibility/visible = false
z/z = 1
texture = ExtResource( 5 )