LD56 is over. This is the game.

This commit is contained in:
Douwe Ravers
2024-10-07 02:28:14 +02:00
parent 4c0c57d5ba
commit af7a46cd23
183 changed files with 20357 additions and 442 deletions

56
scenes/gam83F5.tmp Normal file
View File

@@ -0,0 +1,56 @@
[gd_scene load_steps=11 format=3 uid="uid://rnmcx0o0hdgb"]
[ext_resource type="Script" path="res://scenes/game.gd" id="1_3n5gp"]
[ext_resource type="PackedScene" uid="uid://chjbet2mt6llt" path="res://player/player.tscn" id="2_2fdmj"]
[ext_resource type="Script" path="res://scenes/enemy_ants.gd" id="5_1xiir"]
[ext_resource type="PackedScene" uid="uid://b1b7efqg14tt3" path="res://entities/buildings/player_camp.tscn" id="5_3nas7"]
[ext_resource type="Script" path="res://scenes/buildings.gd" id="6_sp1yx"]
[ext_resource type="Script" path="res://scenes/resources.gd" id="8_iuc0h"]
[ext_resource type="PackedScene" uid="uid://befndbtsiwm0y" path="res://entities/terrain/terrain.tscn" id="10_qb084"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_tx3qi"]
sky_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
ground_horizon_color = Color(0.64625, 0.65575, 0.67075, 1)
[sub_resource type="Sky" id="Sky_mmhs2"]
sky_material = SubResource("ProceduralSkyMaterial_tx3qi")
[sub_resource type="Environment" id="Environment_r8f2r"]
background_mode = 2
sky = SubResource("Sky_mmhs2")
tonemap_mode = 2
glow_enabled = true
[node name="Game" type="Node"]
script = ExtResource("1_3n5gp")
[node name="EnemyAnts" type="Node" parent="."]
script = ExtResource("5_1xiir")
[node name="Buildings" type="Node" parent="."]
script = ExtResource("6_sp1yx")
[node name="PlayerCamp" parent="Buildings" instance=ExtResource("5_3nas7")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.093426, -0.0590961)
[node name="Resources" type="Node" parent="."]
script = ExtResource("8_iuc0h")
[node name="Player" parent="." instance=ExtResource("2_2fdmj")]
[node name="PlayerCamera" parent="Player" index="0"]
transform = Transform3D(-0.971344, 0.136328, -0.194696, 0, 0.819152, 0.573576, 0.23768, 0.55714, -0.795678, -4.77009, 10.2295, -15.5818)
[node name="Camera3D" parent="Player/TextureRect/SubViewportContainer/SubViewport" index="0"]
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, -3.40681, 18.421, -10.0104)
[node name="Terrain" parent="." instance=ExtResource("10_qb084")]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(-0.866025, -0.433013, 0.25, 0, 0.5, 0.866025, -0.5, 0.75, -0.433013, 0, 0, 0)
shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_r8f2r")
[editable path="Player"]