mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
JA
This commit is contained in:
6
Nodes/cannon.tscn
Normal file
6
Nodes/cannon.tscn
Normal file
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://kupfq75m0v37"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Modules/Cannon.gd" id="1_vdn0s"]
|
||||
|
||||
[node name="Cannon" type="Node"]
|
||||
script = ExtResource("1_vdn0s")
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://n7w0ff7u25yc"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bl1yrgr7g06db"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Logic/Game.gd" id="1_iox18"]
|
||||
|
||||
@@ -42,7 +42,7 @@ skeleton = NodePath("../..")
|
||||
curve = SubResource("Curve3D_ycdkn")
|
||||
|
||||
[node name="PathFollow3D" type="PathFollow3D" parent="Player2Path"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -16)
|
||||
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 0, 0, -16)
|
||||
|
||||
[node name="root" type="Node3D" parent="Player2Path/PathFollow3D"]
|
||||
transform = Transform3D(-0.0154456, -6.75146e-10, -0.999881, -5.21344e-12, 1, -6.75146e-10, 0.999881, -5.21341e-12, -0.0154456, 0, 0, 0)
|
||||
|
||||
Reference in New Issue
Block a user