Move stuff
This commit is contained in:
parent
0d90b2116c
commit
5fb268ac5d
@ -1,3 +0,0 @@
|
||||
[gd_scene format=3 uid="uid://dbkgssnjj28hp"]
|
||||
|
||||
[node name="BuildingBlock" type="RigidBody3D"]
|
@ -1,11 +0,0 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b61birqrnbee3"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/BuildingBlockCreator.cs" id="1_fc08g"]
|
||||
[ext_resource type="PackedScene" uid="uid://dbkgssnjj28hp" path="res://prefabs/building_block.tscn" id="2_ave1k"]
|
||||
[ext_resource type="Material" uid="uid://bq5oqyuwekryv" path="res://textures/building_block.tres" id="3_i62u5"]
|
||||
|
||||
[node name="BuildingBlockCreator" type="Node3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17.4926, 3.10406, 29.5336)
|
||||
script = ExtResource("1_fc08g")
|
||||
BuildingBlockPrefab = ExtResource("2_ave1k")
|
||||
BuildingBlockMaterial = ExtResource("3_i62u5")
|
@ -11,7 +11,7 @@ config_version=5
|
||||
[application]
|
||||
|
||||
config/name="gmtk24"
|
||||
run/main_scene="res://maps/demo.tscn"
|
||||
run/main_scene="res://scenes/demo/demo.tscn"
|
||||
config/features=PackedStringArray("4.3", "C#", "Forward Plus")
|
||||
config/icon="res://misc/icon.svg"
|
||||
|
||||
|
BIN
scenes/demo.lmbake.depren
Normal file
BIN
scenes/demo.lmbake.depren
Normal file
Binary file not shown.
@ -3,15 +3,15 @@
|
||||
importer="2d_array_texture"
|
||||
type="CompressedTexture2DArray"
|
||||
uid="uid://ujfyssexski7"
|
||||
path="res://.godot/imported/demo.exr-3842fccf4f3f45bb955d2f579f2e5875.ctexarray"
|
||||
path="res://.godot/imported/demo.exr-5b4f251e4da53769a41ff73cd216b6ff.ctexarray"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://maps/demo.exr"
|
||||
dest_files=["res://.godot/imported/demo.exr-3842fccf4f3f45bb955d2f579f2e5875.ctexarray"]
|
||||
source_file="res://scenes/demo/demo.exr"
|
||||
dest_files=["res://.godot/imported/demo.exr-5b4f251e4da53769a41ff73cd216b6ff.ctexarray"]
|
||||
|
||||
[params]
|
||||
|
BIN
scenes/demo/demo.lmbake.depren
Normal file
BIN
scenes/demo/demo.lmbake.depren
Normal file
Binary file not shown.
@ -1,16 +1,16 @@
|
||||
[gd_scene load_steps=113 format=4 uid="uid://8po7ftboqq4k"]
|
||||
|
||||
[ext_resource type="CameraAttributesPhysical" uid="uid://cxyj2tvfksjl6" path="res://maps/hazy_env_camera_attrs.tres" id="1_r2j1d"]
|
||||
[ext_resource type="LightmapGIData" uid="uid://bp05p4yab2ukx" path="res://maps/demo.lmbake" id="2_2ehlo"]
|
||||
[ext_resource type="PackedScene" uid="uid://br315evr8x2gt" path="res://maps/hazy_env.tscn" id="2_le85m"]
|
||||
[ext_resource type="CameraAttributesPhysical" uid="uid://cxyj2tvfksjl6" path="res://scenes/hazy_env_camera_attrs.tres" id="1_r2j1d"]
|
||||
[ext_resource type="LightmapGIData" uid="uid://bp05p4yab2ukx" path="res://scenes/demo/demo.lmbake" id="2_2ehlo"]
|
||||
[ext_resource type="PackedScene" uid="uid://br315evr8x2gt" path="res://scenes/hazy_env.tscn" id="2_le85m"]
|
||||
[ext_resource type="Script" path="res://addons/func_godot/src/map/func_godot_map.gd" id="3_hhmyc"]
|
||||
[ext_resource type="Resource" uid="uid://byyagd41ivbt1" path="res://trenchbroom/map_settings.tres" id="5_dm0yj"]
|
||||
[ext_resource type="Material" uid="uid://cobb5bm4y7nk7" path="res://textures/steel.tres" id="6_gip8a"]
|
||||
[ext_resource type="Material" uid="uid://bpikku6t3gxi5" path="res://textures/white.tres" id="7_70h1h"]
|
||||
[ext_resource type="Material" uid="uid://dgf570wtqn17j" path="res://textures/steel_fence.tres" id="8_dovc4"]
|
||||
[ext_resource type="Script" path="res://scripts/BuildingBlockCreator.cs" id="9_3oghc"]
|
||||
[ext_resource type="PackedScene" uid="uid://wjbuh7jk50nm" path="res://prefabs/player.tscn" id="10_3xiy2"]
|
||||
[ext_resource type="PackedScene" uid="uid://c670g1qg5gaug" path="res://interface/pause_menu.tscn" id="11_lav3p"]
|
||||
[ext_resource type="PackedScene" uid="uid://wjbuh7jk50nm" path="res://scenes/player.tscn" id="10_3xiy2"]
|
||||
[ext_resource type="PackedScene" uid="uid://c670g1qg5gaug" path="res://scenes/interface/pause_menu.tscn" id="11_lav3p"]
|
||||
[ext_resource type="Material" uid="uid://bq5oqyuwekryv" path="res://textures/building_block.tres" id="11_riqpg"]
|
||||
|
||||
[sub_resource type="ArrayMesh" id="ArrayMesh_kaiip"]
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://br315evr8x2gt"]
|
||||
|
||||
[ext_resource type="CameraAttributesPhysical" uid="uid://cxyj2tvfksjl6" path="res://maps/hazy_env_camera_attrs.tres" id="1_84mop"]
|
||||
[ext_resource type="CameraAttributesPhysical" uid="uid://cxyj2tvfksjl6" path="res://scenes/hazy_env_camera_attrs.tres" id="1_84mop"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_2n8bf"]
|
||||
sky_top_color = Color(0.749822, 0.794765, 0.857504, 1)
|
Loading…
Reference in New Issue
Block a user