mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 12:16:14 +01:00
31 lines
1.9 KiB
Plaintext
31 lines
1.9 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://lvlbpfnwlngv"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Train.gd" id="1_0x664"]
|
|
[ext_resource type="PackedScene" uid="uid://byo1m0n20yl45" path="res://Nodes/cannon.tscn" id="2_71mfj"]
|
|
[ext_resource type="PackedScene" uid="uid://vwjd5od63jgh" path="res://Nodes/Player.tscn" id="3_in6up"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_ognqx"]
|
|
size = Vector3(13, 1, 25)
|
|
|
|
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_p3d4e"]
|
|
data = PackedVector3Array(-6.5, 0.5, 12.5, 6.5, 0.5, 12.5, -6.5, -0.5, 12.5, 6.5, 0.5, 12.5, 6.5, -0.5, 12.5, -6.5, -0.5, 12.5, 6.5, 0.5, -12.5, -6.5, 0.5, -12.5, 6.5, -0.5, -12.5, -6.5, 0.5, -12.5, -6.5, -0.5, -12.5, 6.5, -0.5, -12.5, 6.5, 0.5, 12.5, 6.5, 0.5, -12.5, 6.5, -0.5, 12.5, 6.5, 0.5, -12.5, 6.5, -0.5, -12.5, 6.5, -0.5, 12.5, -6.5, 0.5, -12.5, -6.5, 0.5, 12.5, -6.5, -0.5, -12.5, -6.5, 0.5, 12.5, -6.5, -0.5, 12.5, -6.5, -0.5, -12.5, 6.5, 0.5, 12.5, -6.5, 0.5, 12.5, 6.5, 0.5, -12.5, -6.5, 0.5, 12.5, -6.5, 0.5, -12.5, 6.5, 0.5, -12.5, -6.5, -0.5, 12.5, 6.5, -0.5, 12.5, -6.5, -0.5, -12.5, 6.5, -0.5, 12.5, 6.5, -0.5, -12.5, -6.5, -0.5, -12.5)
|
|
|
|
[node name="Player1" type="Node3D"]
|
|
transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, -12, 0, 0)
|
|
script = ExtResource("1_0x664")
|
|
|
|
[node name="Cannon" parent="." instance=ExtResource("2_71mfj")]
|
|
|
|
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_ognqx")
|
|
|
|
[node name="StaticBody3D" type="StaticBody3D" parent="MeshInstance3D2"]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="MeshInstance3D2/StaticBody3D"]
|
|
shape = SubResource("ConcavePolygonShape3D_p3d4e")
|
|
|
|
[node name="CharacterBody3D" parent="." instance=ExtResource("3_in6up")]
|
|
transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, 0, 2, 0)
|
|
|
|
[node name="Cannon2" parent="." instance=ExtResource("2_71mfj")]
|