Beeg checkin
This commit is contained in:
37
Player/Scorpio/P2PlayerScorpio.tscn
Normal file
37
Player/Scorpio/P2PlayerScorpio.tscn
Normal file
@@ -0,0 +1,37 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cg6hdoeq70ke8"]
|
||||
|
||||
[ext_resource type="Script" path="res://Player/Base/P2Controls.cs" id="1_auboe"]
|
||||
[ext_resource type="PackedScene" uid="uid://cxnek5wgpxbft" path="res://Player/Scorpio/Attacks/CutterShot.tscn" id="2_iw8b0"]
|
||||
[ext_resource type="PackedScene" uid="uid://cwt4rum7tvyvb" path="res://Player/Scorpio/Attacks/CutterShotAltFire.tscn" id="3_61xde"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyhimd6qec8fu" path="res://Player/Scorpio/ScorpioAnimated.tscn" id="4_c22td"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_wqp0e"]
|
||||
size = Vector3(0.822782, 0.527059, 0.80108)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_f8aaj"]
|
||||
size = Vector3(0.822782, 0.527059, 0.80108)
|
||||
|
||||
[node name="ScorpioP2" type="CharacterBody3D" groups=["Player"]]
|
||||
motion_mode = 1
|
||||
script = ExtResource("1_auboe")
|
||||
_fireProjectile = ExtResource("2_iw8b0")
|
||||
_altFireProjectile = ExtResource("3_61xde")
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="."]
|
||||
|
||||
[node name="scoprion" parent="Pivot" instance=ExtResource("4_c22td")]
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="Pivot"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.75657e-15, 0, 0)
|
||||
collision_layer = 16
|
||||
collision_mask = 4100
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pivot/Area3D"]
|
||||
transform = Transform3D(0.999665, -0.0258978, -7.10543e-15, 0.0258978, 0.999665, 0, 0, 0, 1, 0, 0, 0)
|
||||
shape = SubResource("BoxShape3D_wqp0e")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0761452, 0)
|
||||
shape = SubResource("BoxShape3D_f8aaj")
|
||||
|
||||
[connection signal="body_entered" from="Pivot/Area3D" to="." method="OnHit"]
|
||||
Reference in New Issue
Block a user