diff --git a/Assets/Model/Modules/maxresdefault.jpg b/Assets/Model/Modules/maxresdefault.jpg new file mode 100644 index 0000000..647c5b7 Binary files /dev/null and b/Assets/Model/Modules/maxresdefault.jpg differ diff --git a/Assets/Model/Modules/maxresdefault.jpg.import b/Assets/Model/Modules/maxresdefault.jpg.import new file mode 100644 index 0000000..7f6dd33 --- /dev/null +++ b/Assets/Model/Modules/maxresdefault.jpg.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsxhdtbfplt15" +path.s3tc="res://.godot/imported/maxresdefault.jpg-78d1b291af23f4f2adba21bbf86609fd.s3tc.ctex" +path.etc2="res://.godot/imported/maxresdefault.jpg-78d1b291af23f4f2adba21bbf86609fd.etc2.ctex" +metadata={ +"imported_formats": ["s3tc", "etc2"], +"vram_texture": true +} + +[deps] + +source_file="res://Assets/Model/Modules/maxresdefault.jpg" +dest_files=["res://.godot/imported/maxresdefault.jpg-78d1b291af23f4f2adba21bbf86609fd.s3tc.ctex", "res://.godot/imported/maxresdefault.jpg-78d1b291af23f4f2adba21bbf86609fd.etc2.ctex"] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/bptc_ldr=0 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/Assets/Textures/Gunpowder.png b/Assets/Textures/Gunpowder.png new file mode 100644 index 0000000..dbaabc4 Binary files /dev/null and b/Assets/Textures/Gunpowder.png differ diff --git a/Assets/Textures/Kohle.png b/Assets/Textures/Kohle.png new file mode 100644 index 0000000..807868f Binary files /dev/null and b/Assets/Textures/Kohle.png differ diff --git a/Nodes/UI.gd b/Nodes/UI.gd new file mode 100644 index 0000000..6d92ce5 --- /dev/null +++ b/Nodes/UI.gd @@ -0,0 +1,11 @@ +extends Control + + +func _on_button_pressed(): + print("HELLO") + get_tree().change_scene_to_file("res://Nodes/game.tscn") + + +func _on_button_2_pressed(): + print("sddssds") + get_tree().change_scene_to_file("res://menu/main_menu.tscn") diff --git a/Nodes/tutorial.tscn b/Nodes/tutorial.tscn new file mode 100644 index 0000000..2929aba --- /dev/null +++ b/Nodes/tutorial.tscn @@ -0,0 +1,46 @@ +[gd_scene load_steps=10 format=3 uid="uid://bgwci5mt6p7tl"] + +[ext_resource type="Script" path="res://scripts/Logic/Game.gd" id="1_3rjlq"] +[ext_resource type="PackedScene" uid="uid://nxapkgcq2c70" path="res://Nodes/light_setup.tscn" id="2_dqvju"] +[ext_resource type="PackedScene" uid="uid://bqe8ucbruto1j" path="res://Nodes/StartNode.tscn" id="3_exgxq"] +[ext_resource type="PackedScene" uid="uid://md2ofbviios3" path="res://Nodes/Train_P1.tscn" id="4_vwrhp"] +[ext_resource type="PackedScene" uid="uid://bikdn7ep2vpxw" path="res://Nodes/Train_P2.tscn" id="5_sqrdv"] +[ext_resource type="PackedScene" uid="uid://cys06pnxfjl2m" path="res://Nodes/UI.tscn" id="6_pa4ds"] +[ext_resource type="AudioStream" uid="uid://c5jhukuk8r3mf" path="res://Assets/Sounds/_MUSIC_/GameJamGameLoop.wav" id="7_5xnbn"] +[ext_resource type="AudioStream" uid="uid://n4ynf7hg2pcl" path="res://Assets/Sounds/_SOUNDFX_/GleiseLoop.wav" id="8_r1pyb"] +[ext_resource type="AudioStream" uid="uid://dovvnflvxtqpi" path="res://Assets/Sounds/_SOUNDFX_/WindLoop.wav" id="9_k3f0t"] + +[node name="Game" type="Node"] +script = ExtResource("1_3rjlq") + +[node name="LightSetup" parent="." instance=ExtResource("2_dqvju")] + +[node name="StartNode" parent="." instance=ExtResource("3_exgxq")] + +[node name="Camera3D" type="Camera3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 44, 25.0132) +current = true +fov = 30.0 +size = 32.0 +near = 0.041 + +[node name="Train1" parent="." instance=ExtResource("4_vwrhp")] +transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, -11, 0, 0) + +[node name="Train2" parent="." instance=ExtResource("5_sqrdv")] +transform = Transform3D(1, 0, 3.55271e-15, 0, 1, 0, -3.55271e-15, 0, 1, 10.9011, -0.0549407, -0.085681) + +[node name="Control" parent="." instance=ExtResource("6_pa4ds")] + +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +stream = ExtResource("7_5xnbn") +autoplay = true + +[node name="AudioStreamPlayer2" type="AudioStreamPlayer" parent="."] +stream = ExtResource("8_r1pyb") +autoplay = true + +[node name="AudioStreamPlayer3" type="AudioStreamPlayer" parent="."] +stream = ExtResource("9_k3f0t") +volume_db = -2.476 +autoplay = true