Add scorpio
This commit is contained in:
47
Scenes/Characters/PiscesWitch.tscn
Normal file
47
Scenes/Characters/PiscesWitch.tscn
Normal file
@@ -0,0 +1,47 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://b38hcomu4tpm5"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Player1.cs" id="1_6cdju"]
|
||||
[ext_resource type="PackedScene" uid="uid://si4byubqnng4" path="res://Scenes/TestBullet.tscn" id="2_xt4q8"]
|
||||
[ext_resource type="PackedScene" uid="uid://bq40xbqibrk1y" path="res://Scenes/ShotgunBullet.tscn" id="3_4eh4a"]
|
||||
[ext_resource type="PackedScene" uid="uid://yosw0j58nvrf" path="res://Models/Characters/fwitch.gltf" id="4_mtwuo"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ayco3"]
|
||||
radius = 0.980738
|
||||
height = 3.77708
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fqik1"]
|
||||
radius = 0.704872
|
||||
height = 1.67894
|
||||
|
||||
[node name="Pisces" type="CharacterBody3D" groups=["Player"]]
|
||||
transform = Transform3D(0.33, 0, 0, 0, 0.33, 0, 0, 0, 0.33, 0, 0, 0)
|
||||
script = ExtResource("1_6cdju")
|
||||
_fireProjectile = ExtResource("2_xt4q8")
|
||||
_altFireProjectile = ExtResource("3_4eh4a")
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="."]
|
||||
|
||||
[node name="fwitch" parent="Pivot" instance=ExtResource("4_mtwuo")]
|
||||
|
||||
[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 = 4
|
||||
|
||||
[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.0242356, 2.05297, -0.302385)
|
||||
shape = SubResource("CapsuleShape3D_ayco3")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.06805, -0.211049)
|
||||
shape = SubResource("CapsuleShape3D_fqik1")
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
offset_left = 1602.0
|
||||
offset_top = 40.0
|
||||
offset_right = 1872.0
|
||||
offset_bottom = 178.0
|
||||
text = "Hit"
|
||||
|
||||
[connection signal="body_entered" from="Pivot/Area3D" to="." method="OnHit"]
|
||||
[connection signal="pressed" from="Button" to="." method="HitDebug"]
|
||||
18
Scenes/Characters/PlayerScorpio.tscn
Normal file
18
Scenes/Characters/PlayerScorpio.tscn
Normal file
@@ -0,0 +1,18 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://iempdafdn6ct"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Player1.cs" id="1_mn5ui"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyhimd6qec8fu" path="res://Scenes/Characters/ScorpioAnimated.tscn" id="2_pahgr"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_f8aaj"]
|
||||
size = Vector3(0.822782, 0.527059, 0.80108)
|
||||
|
||||
[node name="PlayerScorpio" type="CharacterBody3D" groups=["Player"]]
|
||||
script = ExtResource("1_mn5ui")
|
||||
|
||||
[node name="Pivot" type="Node3D" parent="."]
|
||||
|
||||
[node name="scoprion" parent="Pivot" instance=ExtResource("2_pahgr")]
|
||||
|
||||
[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")
|
||||
11
Scenes/Characters/Scorpio.tscn
Normal file
11
Scenes/Characters/Scorpio.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://ddt6566wf61ol"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://d3403he3mff31" path="res://Models/Characters/scoprion.gltf" id="1_bsb7k"]
|
||||
|
||||
[node name="scoprion" instance=ExtResource("1_bsb7k")]
|
||||
|
||||
[node name="Cube" parent="." index="0"]
|
||||
transform = Transform3D(0.0769273, 0, 0.0568499, 0, 0.082328, 0, -0.0293273, 0, 0.149121, 0, 0, 0)
|
||||
|
||||
[node name="AnimationPlayer" parent="." index="1"]
|
||||
autoplay = "Animation"
|
||||
71
Scenes/Characters/ScorpioAnimated.tscn
Normal file
71
Scenes/Characters/ScorpioAnimated.tscn
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user