-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIndividual.tscn
34 lines (28 loc) · 863 Bytes
/
Individual.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Textures/Healthy_Individual.png" type="Texture" id=1]
[ext_resource path="res://Scripts/Individual.gd" type="Script" id=2]
[sub_resource type="PhysicsMaterial" id=1]
friction = 0.0
bounce = 0.8
[sub_resource type="CircleShape2D" id=2]
radius = 5.21904
[node name="Individual" type="RigidBody2D"]
position = Vector2( 410, 285 )
mass = 0.00102041
physics_material_override = SubResource( 1 )
gravity_scale = 0.0
contacts_reported = 100000
contact_monitor = true
linear_damp = 0.0
script = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Individual_Collide" type="CollisionShape2D" parent="."]
shape = SubResource( 2 )
[node name="Individual_Sprite" type="Sprite" parent="Individual_Collide"]
scale = Vector2( 0.05, 0.05 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}