mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-14 12:56:13 +01:00
added cannon functionality
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<<<<<<< Updated upstream
|
||||
[gd_scene load_steps=24 format=3 uid="uid://md2ofbviios3"]
|
||||
=======
|
||||
[gd_scene load_steps=27 format=3 uid="uid://md2ofbviios3"]
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Train.gd" id="1_0x664"]
|
||||
[ext_resource type="PackedScene" path="res://Nodes/engine.tscn" id="3_1ix85"]
|
||||
@@ -12,10 +16,17 @@
|
||||
[ext_resource type="Texture2D" uid="uid://d35iaj0nq122a" path="res://walking_powder1.png" id="6_kfxv2"]
|
||||
[ext_resource type="Texture2D" uid="uid://eg0k8esm2scp" path="res://p5lFkJY.png" id="6_m0hj7"]
|
||||
[ext_resource type="Texture2D" uid="uid://du7d6fk4dabd7" path="res://cVOQuID.png" id="7_d8go0"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4yysvn1ibspa" path="res://walking_giant1.png" id="7_vmdku"]
|
||||
[ext_resource type="Texture2D" uid="uid://ctbxpx6p36bdi" path="res://walking_ball2.png" id="8_0u1e2"]
|
||||
[ext_resource type="Texture2D" uid="uid://nbfs0w8tpjt4" path="res://walking_large1.png" id="8_mkx82"]
|
||||
[ext_resource type="Texture2D" uid="uid://ckdlv6b7okseq" path="res://walking_powder2.png" id="10_a137a"]
|
||||
[ext_resource type="Texture2D" uid="uid://b5ioch3ad8y6r" path="res://walking_coal2.png" id="11_1jgcf"]
|
||||
<<<<<<< Updated upstream
|
||||
[ext_resource type="Texture2D" uid="uid://7qppu15lvd1j" path="res://Nodes/Keys.png" id="13_d8wle"]
|
||||
=======
|
||||
[ext_resource type="Texture2D" uid="uid://4hcjvygte1em" path="res://walking_giant2.png" id="14_3p5dx"]
|
||||
[ext_resource type="Texture2D" uid="uid://clgd25fer2yka" path="res://walking_large2.png" id="15_iuchn"]
|
||||
>>>>>>> Stashed changes
|
||||
[ext_resource type="PackedScene" uid="uid://bkpnrgcfr1jgl" path="res://Nodes/Bin.tscn" id="16_q3kvk"]
|
||||
[ext_resource type="AudioStream" uid="uid://bsc5ku8mloa6j" path="res://Assets/Sounds/_SOUNDFX_/Gunpowder.wav" id="17_ajifv"]
|
||||
|
||||
@@ -48,6 +59,16 @@ animations = [{
|
||||
"name": &"idle_coal",
|
||||
"speed": 1.0
|
||||
}, {
|
||||
"frames": [ExtResource("7_vmdku")],
|
||||
"loop": true,
|
||||
"name": &"idle_giant",
|
||||
"speed": 1.0
|
||||
}, {
|
||||
"frames": [ExtResource("8_mkx82")],
|
||||
"loop": true,
|
||||
"name": &"idle_large",
|
||||
"speed": 1.0
|
||||
}, {
|
||||
"frames": [ExtResource("6_kfxv2")],
|
||||
"loop": true,
|
||||
"name": &"idle_powder",
|
||||
@@ -68,6 +89,16 @@ animations = [{
|
||||
"name": &"walking_coal",
|
||||
"speed": 2.0
|
||||
}, {
|
||||
"frames": [ExtResource("7_vmdku"), ExtResource("14_3p5dx")],
|
||||
"loop": true,
|
||||
"name": &"walking_giant",
|
||||
"speed": 2.0
|
||||
}, {
|
||||
"frames": [ExtResource("8_mkx82"), ExtResource("15_iuchn")],
|
||||
"loop": true,
|
||||
"name": &"walking_large",
|
||||
"speed": 2.0
|
||||
}, {
|
||||
"frames": [ExtResource("6_kfxv2"), ExtResource("10_a137a")],
|
||||
"loop": true,
|
||||
"name": &"walking_powder",
|
||||
@@ -114,7 +145,7 @@ transform = Transform3D(1, 0, -3.55271e-15, 0, 1, 0, 3.55271e-15, 0, 1, 3.19744e
|
||||
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="CharacterBody3D"]
|
||||
transform = Transform3D(0.3, 0, 0, 0, -1.31134e-08, 0.3, 0, -0.3, -1.31134e-08, 0, -2, 0)
|
||||
frames = SubResource("SpriteFrames_6p0y6")
|
||||
animation = &"walking_coal"
|
||||
animation = &"walking_giant"
|
||||
speed_scale = 2.0
|
||||
playing = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user