-
Notifications
You must be signed in to change notification settings - Fork 0
/
floor.tscn
38 lines (27 loc) · 981 Bytes
/
floor.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
[gd_scene load_steps=3 format=1]
[ext_resource path="res://terrain.png" type="Texture" id=1]
[sub_resource type="RectangleShape2D" id=1]
custom_solver_bias = 0.0
extents = Vector2( 23.3346, 24.9604 )
[node name="StaticBody2D" type="StaticBody2D"]
transform/pos = Vector2( 815.382, 573.692 )
input/pickable = false
shapes/0/shape = SubResource( 1 )
shapes/0/transform = Matrix32( 34.9691, -0, 0, 1, -0.837097, -1.36035 )
shapes/0/trigger = false
collision/layers = 1
collision/mask = 1
constant_linear_velocity = Vector2( 0, 0 )
constant_angular_velocity = 0.0
friction = 1.0
bounce = 0.0
[node name="Sprite" type="Sprite" parent="."]
transform/pos = Vector2( 0.438202, 3.05176e-05 )
transform/scale = Vector2( 8.58581, 1 )
texture = ExtResource( 1 )
[node name="CollisionPolygon2D" type="CollisionShape2D" parent="."]
transform/pos = Vector2( -0.837097, -1.36035 )
transform/scale = Vector2( 34.9691, 1 )
shape = SubResource( 1 )
trigger = false
_update_shape_index = 0