summaryrefslogtreecommitdiffstats
path: root/assets/maps/misc/dev_plane
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-04-24 07:50:00 -0400
committerMalfurious <m@lfurio.us>2023-04-24 07:50:00 -0400
commit97dd79339284b033774ac74a04dd4a255475261a (patch)
tree951d3c29e676c14c9f165b32143e9aaae8ec4f6a /assets/maps/misc/dev_plane
parent53091fce91ce03aae208bd0c61ee28830b34387d (diff)
downloadproject-s-97dd79339284b033774ac74a04dd4a255475261a.tar.gz
project-s-97dd79339284b033774ac74a04dd4a255475261a.zip
Move Godot 3 project to a new subdirectoryHEADmaster
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'assets/maps/misc/dev_plane')
-rw-r--r--assets/maps/misc/dev_plane/DevPlane.tscn85
-rw-r--r--assets/maps/misc/dev_plane/tile_color.pngbin3973 -> 0 bytes
-rw-r--r--assets/maps/misc/dev_plane/tile_color.png.import37
3 files changed, 0 insertions, 122 deletions
diff --git a/assets/maps/misc/dev_plane/DevPlane.tscn b/assets/maps/misc/dev_plane/DevPlane.tscn
deleted file mode 100644
index 5134d2e..0000000
--- a/assets/maps/misc/dev_plane/DevPlane.tscn
+++ /dev/null
@@ -1,85 +0,0 @@
-[gd_scene load_steps=11 format=2]
-
-[ext_resource path="res://assets/maps/misc/dev_plane/tile_color.png" type="Texture" id=1]
-[ext_resource path="res://assets/view_model/ViewModel.tscn" type="PackedScene" id=2]
-[ext_resource path="res://assets/characters/base_character/BaseCharacter.tscn" type="PackedScene" id=3]
-[ext_resource path="res://assets/characters/base_character/enemy_material.tres" type="Material" id=4]
-
-[sub_resource type="SpatialMaterial" id=6]
-albedo_texture = ExtResource( 1 )
-uv1_scale = Vector3( 0.125, 1, 0.125 )
-uv1_triplanar = true
-
-[sub_resource type="CubeMesh" id=1]
-material = SubResource( 6 )
-size = Vector3( 240, 1, 240 )
-
-[sub_resource type="BoxShape" id=2]
-extents = Vector3( 120, 0.5, 120 )
-
-[sub_resource type="SpatialMaterial" id=3]
-albedo_color = Color( 0.780392, 0.0431373, 0.0431373, 1 )
-
-[sub_resource type="CubeMesh" id=4]
-material = SubResource( 3 )
-
-[sub_resource type="BoxShape" id=5]
-
-[node name="DevPlane" type="Spatial"]
-
-[node name="ViewModel" parent="." instance=ExtResource( 2 )]
-character = NodePath("../FriendlyPlayer")
-
-[node name="FriendlyPlayer" parent="." groups=["players"] instance=ExtResource( 3 )]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 12 )
-
-[node name="EnemyPlayer" parent="." groups=["players"] instance=ExtResource( 3 )]
-transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.75, -12 )
-material = ExtResource( 4 )
-
-[node name="DirectionalLight" type="DirectionalLight" parent="."]
-transform = Transform( -4.37114e-08, -0.292372, 0.956305, 0, 0.956305, 0.292372, -1, 1.278e-08, -4.18014e-08, 0, 10, 0 )
-shadow_enabled = true
-directional_shadow_blend_splits = true
-
-[node name="Geometry" type="Spatial" parent="."]
-
-[node name="Floor" type="StaticBody" parent="Geometry"]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0 )
-
-[node name="MeshInstance" type="MeshInstance" parent="Geometry/Floor"]
-mesh = SubResource( 1 )
-material/0 = null
-
-[node name="CollisionShape" type="CollisionShape" parent="Geometry/Floor"]
-shape = SubResource( 2 )
-
-[node name="TestCube1" type="RigidBody" parent="."]
-transform = Transform( 0.726215, -0.00350858, -0.687459, 0.470969, 0.731, 0.493789, 0.5008, -0.682368, 0.532515, 0, 5.3564, -15.6284 )
-
-[node name="MeshInstance" type="MeshInstance" parent="TestCube1"]
-mesh = SubResource( 4 )
-material/0 = null
-
-[node name="CollisionShape" type="CollisionShape" parent="TestCube1"]
-shape = SubResource( 5 )
-
-[node name="TestCube2" type="RigidBody" parent="."]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1, 0 )
-
-[node name="MeshInstance" type="MeshInstance" parent="TestCube2"]
-mesh = SubResource( 4 )
-material/0 = null
-
-[node name="CollisionShape" type="CollisionShape" parent="TestCube2"]
-shape = SubResource( 5 )
-
-[node name="TestCube3" type="RigidBody" parent="."]
-transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 11, 1, 0 )
-
-[node name="MeshInstance" type="MeshInstance" parent="TestCube3"]
-mesh = SubResource( 4 )
-material/0 = null
-
-[node name="CollisionShape" type="CollisionShape" parent="TestCube3"]
-shape = SubResource( 5 )
diff --git a/assets/maps/misc/dev_plane/tile_color.png b/assets/maps/misc/dev_plane/tile_color.png
deleted file mode 100644
index a8100a3..0000000
--- a/assets/maps/misc/dev_plane/tile_color.png
+++ /dev/null
Binary files differ
diff --git a/assets/maps/misc/dev_plane/tile_color.png.import b/assets/maps/misc/dev_plane/tile_color.png.import
deleted file mode 100644
index 2fa392f..0000000
--- a/assets/maps/misc/dev_plane/tile_color.png.import
+++ /dev/null
@@ -1,37 +0,0 @@
-[remap]
-
-importer="texture"
-type="StreamTexture"
-path.s3tc="res://.import/tile_color.png-795ff804c63f489d48b5f96387971361.s3tc.stex"
-path.etc2="res://.import/tile_color.png-795ff804c63f489d48b5f96387971361.etc2.stex"
-metadata={
-"imported_formats": [ "s3tc", "etc2" ],
-"vram_texture": true
-}
-
-[deps]
-
-source_file="res://assets/maps/misc/dev_plane/tile_color.png"
-dest_files=[ "res://.import/tile_color.png-795ff804c63f489d48b5f96387971361.s3tc.stex", "res://.import/tile_color.png-795ff804c63f489d48b5f96387971361.etc2.stex" ]
-
-[params]
-
-compress/mode=2
-compress/lossy_quality=0.7
-compress/hdr_mode=0
-compress/bptc_ldr=0
-compress/normal_map=0
-flags/repeat=true
-flags/filter=true
-flags/mipmaps=true
-flags/anisotropic=true
-flags/srgb=1
-process/fix_alpha_border=true
-process/premult_alpha=false
-process/HDR_as_SRGB=false
-process/invert_color=false
-process/normal_map_invert_y=false
-stream=false
-size_limit=0
-detect_3d=false
-svg/scale=1.0