-
Notifications
You must be signed in to change notification settings - Fork 5
/
Parto.tscn
41 lines (34 loc) · 912 Bytes
/
Parto.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=2 format=1]
[ext_resource path="res://Parto.gd" type="Script" id=1]
[node name="Parto" type="RigidBody2D"]
input/pickable = false
collision/layers = 1024
collision/mask = 1
mode = 0
mass = 1.0
friction = 1.0
bounce = 0.0
gravity_scale = 1.0
custom_integrator = false
continuous_cd = 0
contacts_reported = 1
contact_monitor = true
sleeping = false
can_sleep = false
velocity/linear = Vector2( 0, 0 )
velocity/angular = 0.0
damp_override/linear = -1.0
damp_override/angular = -1.0
script/script = ExtResource( 1 )
[node name="Aspekto" type="Polygon2D" parent="."]
polygon = Vector2Array( 10, -10, -10, -10, -10, 10, 10, 10 )
uv = Vector2Array( )
color = Color( 1, 1, 1, 1 )
vertex_colors = ColorArray( )
offset = Vector2( 0, 0 )
texture/texture = null
texture/offset = Vector2( 0, 0 )
texture/scale = Vector2( 1, 1 )
texture/rotation = 0.0
invert/enable = false
invert/border = 100.0