LD56 is over. This is the game.
This commit is contained in:
70
scenes/gam1E41.tmp
Normal file
70
scenes/gam1E41.tmp
Normal file
@@ -0,0 +1,70 @@
|
||||
[gd_scene load_steps=12 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://dsx7wydm6py7h" path="res://entities/resources/food_resource.tscn" id="6_xr7w4"]
|
||||
[ext_resource type="PackedScene" uid="uid://kslywe6neejo" path="res://entities/resources/stone_resource.tscn" id="7_bkapj"]
|
||||
[ext_resource type="Script" path="res://scenes/resources.gd" id="8_iuc0h"]
|
||||
[ext_resource type="PackedScene" uid="uid://kh5xmgawk26n" path="res://entities/resources/wood_resource.tscn" id="8_jhxv1"]
|
||||
[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")
|
||||
glow_enabled = true
|
||||
|
||||
[node name="Game" type="Node"]
|
||||
script = ExtResource("1_3n5gp")
|
||||
|
||||
[node name="Enemy" type="Node" parent="."]
|
||||
|
||||
[node name="EnemySpawn" type="Marker3D" parent="Enemy"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -39.5054, 0, -85.415)
|
||||
script = ExtResource("5_1xiir")
|
||||
|
||||
[node name="Timer" type="Timer" parent="Enemy/EnemySpawn"]
|
||||
autostart = true
|
||||
|
||||
[node name="Ants" type="Node" parent="Enemy/EnemySpawn"]
|
||||
|
||||
[node name="Resources" type="Node" parent="."]
|
||||
script = ExtResource("8_iuc0h")
|
||||
|
||||
[node name="FoodResource" parent="Resources" instance=ExtResource("6_xr7w4")]
|
||||
transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, -3.78494, -0.292938, 12.8791)
|
||||
|
||||
[node name="StoneResource" parent="Resources" instance=ExtResource("7_bkapj")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17.4151, 0.126608, 1.54954)
|
||||
|
||||
[node name="WoodResource" parent="Resources" instance=ExtResource("8_jhxv1")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11.5346, 0.360575, 14.553)
|
||||
|
||||
[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)
|
||||
light_color = Color(1, 0.913725, 0.917647, 1)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_r8f2r")
|
||||
|
||||
[connection signal="timeout" from="Enemy/EnemySpawn/Timer" to="Enemy/EnemySpawn" method="_on_timer_timeout"]
|
||||
|
||||
[editable path="Player"]
|
||||
Reference in New Issue
Block a user