-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPlayer2.tscn
More file actions
31 lines (25 loc) · 908 Bytes
/
Player2.tscn
File metadata and controls
31 lines (25 loc) · 908 Bytes
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Arm.gd" type="Script" id=2]
[ext_resource path="res://assets/cannon.png" type="Texture" id=3]
[node name="Player2" instance=ExtResource( 1 )]
collision_layer = 2
collision_mask = 1
[node name="Arm" parent="." index="2"]
position = Vector2( 30, 0 )
scale = Vector2( 0.497916, 0.244665 )
script = null
[node name="ArmSprite" type="Sprite" parent="Arm" index="0"]
position = Vector2( 8.03348, 0 )
scale = Vector2( 2.64268, 3.48094 )
texture = ExtResource( 3 )
script = ExtResource( 2 )
[node name="ArmTip" parent="Arm" index="1"]
position = Vector2( 33.5, 0 )
scale = Vector2( 0.5, 0.25 )
[node name="RayCast2D" type="RayCast2D" parent="Arm" index="2"]
position = Vector2( -32, 0.000213623 )
rotation = -1.57079
scale = Vector2( 10.9843, 1.64765 )
enabled = true
collision_mask = 4