-
Notifications
You must be signed in to change notification settings - Fork 0
/
CollapsedSnowman.tscn
71 lines (56 loc) · 2.11 KB
/
CollapsedSnowman.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://billboards.png" type="Texture" id=1]
[sub_resource type="SpatialMaterial" id=1]
params_cull_mode = 2
params_billboard_mode = 2
params_use_alpha_scissor = true
params_alpha_scissor_threshold = 0.98
albedo_texture = ExtResource( 1 )
[sub_resource type="SphereShape" id=2]
radius = 0.306382
[sub_resource type="SphereShape" id=3]
radius = 0.258268
[sub_resource type="SphereShape" id=4]
radius = 0.430944
[node name="CollapsedSnowman" type="Spatial"]
[node name="UpperBody" type="RigidBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.189376, 0 )
axis_lock_angular_x = true
axis_lock_angular_y = true
axis_lock_angular_z = true
[node name="Sprite3D" type="Sprite3D" parent="UpperBody"]
material_override = SubResource( 1 )
pixel_size = 0.0625
texture = ExtResource( 1 )
region_enabled = true
region_rect = Rect2( 32, 16, 16, 16 )
[node name="CollisionShape" type="CollisionShape" parent="UpperBody"]
transform = Transform( 1, 0.000610865, 0, -0.000610865, 1, 0, 0, 0, 1, 0, 0, 0 )
shape = SubResource( 2 )
[node name="Head" type="RigidBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.756289, 0 )
axis_lock_angular_x = true
axis_lock_angular_y = true
axis_lock_angular_z = true
[node name="Sprite3D" type="Sprite3D" parent="Head"]
material_override = SubResource( 1 )
pixel_size = 0.0625
texture = ExtResource( 1 )
region_enabled = true
region_rect = Rect2( 8, 16, 8, 8 )
[node name="CollisionShape" type="CollisionShape" parent="Head"]
shape = SubResource( 3 )
[node name="LowerBody" type="RigidBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.571029, 0 )
axis_lock_angular_x = true
axis_lock_angular_y = true
axis_lock_angular_z = true
[node name="Sprite3D" type="Sprite3D" parent="LowerBody"]
material_override = SubResource( 1 )
pixel_size = 0.0625
texture = ExtResource( 1 )
region_enabled = true
region_rect = Rect2( 16, 16, 16, 16 )
[node name="CollisionShape" type="CollisionShape" parent="LowerBody"]
transform = Transform( 1, 0.000610865, 0, -0.000610865, 1, 0, 0, 0, 1, 0, 0, 0 )
shape = SubResource( 4 )