diff --git a/Levels/Level01.tscn b/Levels/Level01.tscn new file mode 100644 index 0000000..b09180c --- /dev/null +++ b/Levels/Level01.tscn @@ -0,0 +1,5 @@ +[gd_scene format=2] + +[node name="Spatial" type="Spatial"] + +[node name="CSGCombiner" type="CSGCombiner" parent="."] diff --git a/Materials/Ball_Mat.tres b/Materials/Ball_Mat.tres new file mode 100644 index 0000000..af775f1 --- /dev/null +++ b/Materials/Ball_Mat.tres @@ -0,0 +1,23 @@ +[gd_resource type="SpatialMaterial" load_steps=4 format=2] + +[ext_resource path="res://Textures/Custom/ball_NormalMap.png" type="Texture" id=1] +[ext_resource path="res://Textures/Custom/ball_Albedo.png" type="Texture" id=2] +[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=3] + +[resource] +next_pass = ExtResource( 3 ) +params_diffuse_mode = 4 +params_specular_mode = 3 +albedo_texture = ExtResource( 2 ) +metallic = 0.33 +metallic_specular = 0.41 +roughness = 0.47 +normal_enabled = true +normal_scale = 1.58 +normal_texture = ExtResource( 1 ) +uv1_scale = Vector3( 0.5, 1, 1 ) +uv1_triplanar = true +uv1_triplanar_sharpness = 0.307786 +uv2_scale = Vector3( 0.5, 1, 1 ) +uv2_triplanar = true +uv2_triplanar_sharpness = 0.574349 diff --git a/Materials/Black_Contour.tres b/Materials/Black_Contour.tres new file mode 100644 index 0000000..94e7747 --- /dev/null +++ b/Materials/Black_Contour.tres @@ -0,0 +1,8 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +flags_unshaded = true +params_cull_mode = 1 +params_grow = true +params_grow_amount = 0.05 +albedo_color = Color( 0, 0, 0, 1 ) diff --git a/Materials/Dark_ProtoMat.tres b/Materials/Dark_ProtoMat.tres index afa90bd..b9ac547 100644 --- a/Materials/Dark_ProtoMat.tres +++ b/Materials/Dark_ProtoMat.tres @@ -1,7 +1,9 @@ -[gd_resource type="SpatialMaterial" load_steps=2 format=2] +[gd_resource type="SpatialMaterial" load_steps=3 format=2] [ext_resource path="res://Textures/kenney_prototype_textures/dark/texture_01.png" type="Texture" id=1] +[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=2] [resource] +next_pass = ExtResource( 2 ) albedo_texture = ExtResource( 1 ) uv1_triplanar = true diff --git a/Materials/Material_Test.tscn b/Materials/Material_Test.tscn new file mode 100644 index 0000000..b775f81 --- /dev/null +++ b/Materials/Material_Test.tscn @@ -0,0 +1,9 @@ +[gd_scene format=2] + +[node name="Spatial" type="Spatial"] + +[node name="DirectionalLight" type="DirectionalLight" parent="."] +transform = Transform( 0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, 5, 5, 5 ) + +[node name="Camera" type="Camera" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0799247, 0, 2.16576 ) diff --git a/Materials/Orange_ProtoMat.tres b/Materials/Orange_ProtoMat.tres index 5fbc39f..89461bf 100644 --- a/Materials/Orange_ProtoMat.tres +++ b/Materials/Orange_ProtoMat.tres @@ -1,7 +1,9 @@ -[gd_resource type="SpatialMaterial" load_steps=2 format=2] +[gd_resource type="SpatialMaterial" load_steps=3 format=2] [ext_resource path="res://Textures/kenney_prototype_textures/orange/texture_01.png" type="Texture" id=1] +[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=2] [resource] +next_pass = ExtResource( 2 ) albedo_texture = ExtResource( 1 ) uv1_triplanar = true diff --git a/Scenes/Enemy.tscn b/Scenes/Enemy.tscn index 55654f0..0aa9956 100644 --- a/Scenes/Enemy.tscn +++ b/Scenes/Enemy.tscn @@ -1,27 +1,13 @@ -[gd_scene load_steps=16 format=2] +[gd_scene load_steps=14 format=2] [ext_resource path="res://Scripts/HitBox.gd" type="Script" id=1] [ext_resource path="res://Scenes/Enemy.gd" type="Script" id=2] [ext_resource path="res://Scripts/HurtBox.gd" type="Script" id=3] -[ext_resource path="res://Textures/MetalCorrodedHeavy001/MetalCorrodedHeavy001_METALNESS_1K_METALNESS.jpg" type="Texture" id=4] -[ext_resource path="res://Textures/MetalCorrodedHeavy001/MetalCorrodedHeavy001_Flat.jpg" type="Texture" id=5] -[ext_resource path="res://Textures/MetalCorrodedHeavy001/MetalCorrodedHeavy001_NRM_1K_METALNESS.jpg" type="Texture" id=6] +[ext_resource path="res://Materials/Ball_Mat.tres" type="Material" id=4] +[ext_resource path="res://Materials/Black_Contour.tres" type="Material" id=5] [ext_resource path="res://Audio/boom.wav" type="AudioStream" id=7] -[sub_resource type="SphereMesh" id=6] - -[sub_resource type="SpatialMaterial" id=12] -albedo_color = Color( 0.74902, 0.992157, 0.776471, 0.341176 ) -albedo_texture = ExtResource( 5 ) -metallic_texture = ExtResource( 4 ) -emission_enabled = true -emission = Color( 0, 0, 0, 1 ) -emission_energy = 1.0 -emission_operator = 0 -emission_on_uv2 = false -normal_enabled = true -normal_scale = 1.0 -normal_texture = ExtResource( 6 ) +[sub_resource type="SphereMesh" id=16] [sub_resource type="SphereShape" id=7] @@ -30,6 +16,7 @@ normal_texture = ExtResource( 6 ) [sub_resource type="SphereShape" id=9] [sub_resource type="SpatialMaterial" id=13] +next_pass = ExtResource( 5 ) params_billboard_mode = 3 particles_anim_h_frames = 1 particles_anim_v_frames = 1 @@ -59,8 +46,8 @@ _data = [ Vector2( 0.029703, 1.56592 ), 0.0, 0.0, 0, 0, Vector2( 0.995049, 0.656 script = ExtResource( 2 ) [node name="MeshInstance" type="MeshInstance" parent="."] -mesh = SubResource( 6 ) -material/0 = SubResource( 12 ) +mesh = SubResource( 16 ) +material/0 = ExtResource( 4 ) [node name="Hurtbox" type="Area" parent="."] transform = Transform( 2.03634, 0, 0, 0, 2.03634, 0, 0, 0, 2.03634, 0, 0, 0 ) diff --git a/Scenes/GreenBallTexture.tres b/Scenes/GreenBallTexture.tres new file mode 100644 index 0000000..6e7dd41 --- /dev/null +++ b/Scenes/GreenBallTexture.tres @@ -0,0 +1,17 @@ +[gd_resource type="SpatialMaterial" load_steps=2 format=2] + +[sub_resource type="SpatialMaterial" id=17] +flags_transparent = true +flags_unshaded = true +params_cull_mode = 1 +params_grow = true +params_grow_amount = 0.05 +albedo_color = Color( 0, 0, 0, 1 ) + +[resource] +next_pass = SubResource( 17 ) +params_diffuse_mode = 4 +params_specular_mode = 3 +albedo_color = Color( 0.164706, 0.921569, 0.0784314, 1 ) +metallic = 0.6 +roughness = 0.1 diff --git a/Test_Scene.tscn b/Test_Scene.tscn index 0fb0af8..12926d5 100644 --- a/Test_Scene.tscn +++ b/Test_Scene.tscn @@ -11,12 +11,12 @@ flags_transparent = true albedo_color = Color( 0.894118, 0.894118, 0.894118, 0.211765 ) -[sub_resource type="PanoramaSky" id=1] +[sub_resource type="PanoramaSky" id=4] panorama = ExtResource( 4 ) [sub_resource type="Environment" id=2] background_mode = 2 -background_sky = SubResource( 1 ) +background_sky = SubResource( 4 ) ambient_light_energy = 0.67 fog_enabled = true fog_color = Color( 0.305882, 0.372549, 0.52549, 1 ) diff --git a/Textures/Custom/300x300.psd b/Textures/Custom/300x300.psd new file mode 100644 index 0000000..de9aaba Binary files /dev/null and b/Textures/Custom/300x300.psd differ diff --git a/Textures/Custom/300x300_NormalMaps.psd b/Textures/Custom/300x300_NormalMaps.psd new file mode 100644 index 0000000..f8e8979 Binary files /dev/null and b/Textures/Custom/300x300_NormalMaps.psd differ diff --git a/Textures/Custom/ball_Albedo.png b/Textures/Custom/ball_Albedo.png new file mode 100644 index 0000000..72c6072 Binary files /dev/null and b/Textures/Custom/ball_Albedo.png differ diff --git a/Textures/Custom/ball_Albedo.png.import b/Textures/Custom/ball_Albedo.png.import new file mode 100644 index 0000000..b52fec0 --- /dev/null +++ b/Textures/Custom/ball_Albedo.png.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/ball_Albedo.png-797335aa56f47c4c4fd669858a9c32eb.s3tc.stex" +path.etc2="res://.import/ball_Albedo.png-797335aa56f47c4c4fd669858a9c32eb.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/Custom/ball_Albedo.png" +dest_files=[ "res://.import/ball_Albedo.png-797335aa56f47c4c4fd669858a9c32eb.s3tc.stex", "res://.import/ball_Albedo.png-797335aa56f47c4c4fd669858a9c32eb.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=false +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 diff --git a/Textures/Custom/ball_NormalMap.png b/Textures/Custom/ball_NormalMap.png new file mode 100644 index 0000000..d53d9ef Binary files /dev/null and b/Textures/Custom/ball_NormalMap.png differ diff --git a/Textures/Custom/ball_NormalMap.png.import b/Textures/Custom/ball_NormalMap.png.import new file mode 100644 index 0000000..d11441f --- /dev/null +++ b/Textures/Custom/ball_NormalMap.png.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/ball_NormalMap.png-3f752dac1c94afd938671e1fbe6d7fd6.s3tc.stex" +path.etc2="res://.import/ball_NormalMap.png-3f752dac1c94afd938671e1fbe6d7fd6.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/Custom/ball_NormalMap.png" +dest_files=[ "res://.import/ball_NormalMap.png-3f752dac1c94afd938671e1fbe6d7fd6.s3tc.stex", "res://.import/ball_NormalMap.png-3f752dac1c94afd938671e1fbe6d7fd6.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=1 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +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 diff --git a/Textures/Custom/wooden_planks_Albedo.png b/Textures/Custom/wooden_planks_Albedo.png new file mode 100644 index 0000000..01b090b Binary files /dev/null and b/Textures/Custom/wooden_planks_Albedo.png differ diff --git a/Textures/Custom/wooden_planks_Albedo.png.import b/Textures/Custom/wooden_planks_Albedo.png.import new file mode 100644 index 0000000..889367f --- /dev/null +++ b/Textures/Custom/wooden_planks_Albedo.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Textures/Custom/wooden_planks_Albedo.png" +dest_files=[ "res://.import/wooden_planks_Albedo.png-c0438c4bb9378e4534b63bda9e3a0734.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +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=true +svg/scale=1.0 diff --git a/Textures/Custom/wooden_planks_NormalMap.png b/Textures/Custom/wooden_planks_NormalMap.png new file mode 100644 index 0000000..9083488 Binary files /dev/null and b/Textures/Custom/wooden_planks_NormalMap.png differ diff --git a/Textures/Custom/wooden_planks_NormalMap.png.import b/Textures/Custom/wooden_planks_NormalMap.png.import new file mode 100644 index 0000000..4851ab0 --- /dev/null +++ b/Textures/Custom/wooden_planks_NormalMap.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/wooden_planks_NormalMap.png-e4608bec4d0b338069e0627895bd7579.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Textures/Custom/wooden_planks_NormalMap.png" +dest_files=[ "res://.import/wooden_planks_NormalMap.png-e4608bec4d0b338069e0627895bd7579.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +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=true +svg/scale=1.0 diff --git a/Textures/GroundForest003/GroundForest003_AO_1K.jpg b/Textures/GroundForest003/GroundForest003_AO_1K.jpg new file mode 100644 index 0000000..0e945f6 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_AO_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_AO_1K.jpg.import b/Textures/GroundForest003/GroundForest003_AO_1K.jpg.import new file mode 100644 index 0000000..f2f3c96 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_AO_1K.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/GroundForest003_AO_1K.jpg-146bf1977d604d3ba123edaad8784d4c.s3tc.stex" +path.etc2="res://.import/GroundForest003_AO_1K.jpg-146bf1977d604d3ba123edaad8784d4c.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_AO_1K.jpg" +dest_files=[ "res://.import/GroundForest003_AO_1K.jpg-146bf1977d604d3ba123edaad8784d4c.s3tc.stex", "res://.import/GroundForest003_AO_1K.jpg-146bf1977d604d3ba123edaad8784d4c.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=false +flags/srgb=2 +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 diff --git a/Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg b/Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg new file mode 100644 index 0000000..f0f6e33 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg.import b/Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg.import new file mode 100644 index 0000000..7960b1f --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/GroundForest003_COL_VAR1_1K.jpg-869cb6b651f4afff57e4a865d97e0534.s3tc.stex" +path.etc2="res://.import/GroundForest003_COL_VAR1_1K.jpg-869cb6b651f4afff57e4a865d97e0534.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_COL_VAR1_1K.jpg" +dest_files=[ "res://.import/GroundForest003_COL_VAR1_1K.jpg-869cb6b651f4afff57e4a865d97e0534.s3tc.stex", "res://.import/GroundForest003_COL_VAR1_1K.jpg-869cb6b651f4afff57e4a865d97e0534.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=false +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 diff --git a/Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg b/Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg new file mode 100644 index 0000000..f6100d9 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg.import b/Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg.import new file mode 100644 index 0000000..868230a --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/GroundForest003_COL_VAR2_1K.jpg-bcff0375de062aeda987df20b578e073.s3tc.stex" +path.etc2="res://.import/GroundForest003_COL_VAR2_1K.jpg-bcff0375de062aeda987df20b578e073.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_COL_VAR2_1K.jpg" +dest_files=[ "res://.import/GroundForest003_COL_VAR2_1K.jpg-bcff0375de062aeda987df20b578e073.s3tc.stex", "res://.import/GroundForest003_COL_VAR2_1K.jpg-bcff0375de062aeda987df20b578e073.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=false +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 diff --git a/Textures/GroundForest003/GroundForest003_Cube.jpg b/Textures/GroundForest003/GroundForest003_Cube.jpg new file mode 100644 index 0000000..981aa67 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_Cube.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_Cube.jpg.import b/Textures/GroundForest003/GroundForest003_Cube.jpg.import new file mode 100644 index 0000000..111e762 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_Cube.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/GroundForest003_Cube.jpg-7884d4115feb4078ba75eb1130f1ee9a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_Cube.jpg" +dest_files=[ "res://.import/GroundForest003_Cube.jpg-7884d4115feb4078ba75eb1130f1ee9a.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +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=true +svg/scale=1.0 diff --git a/Textures/GroundForest003/GroundForest003_DISP16_1K.tif b/Textures/GroundForest003/GroundForest003_DISP16_1K.tif new file mode 100644 index 0000000..d9b1bd4 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_DISP16_1K.tif differ diff --git a/Textures/GroundForest003/GroundForest003_DISP_1K.jpg b/Textures/GroundForest003/GroundForest003_DISP_1K.jpg new file mode 100644 index 0000000..0815353 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_DISP_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_DISP_1K.jpg.import b/Textures/GroundForest003/GroundForest003_DISP_1K.jpg.import new file mode 100644 index 0000000..86b7c93 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_DISP_1K.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/GroundForest003_DISP_1K.jpg-ac3e044861ed211c3f0d4655dc22d839.s3tc.stex" +path.etc2="res://.import/GroundForest003_DISP_1K.jpg-ac3e044861ed211c3f0d4655dc22d839.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_DISP_1K.jpg" +dest_files=[ "res://.import/GroundForest003_DISP_1K.jpg-ac3e044861ed211c3f0d4655dc22d839.s3tc.stex", "res://.import/GroundForest003_DISP_1K.jpg-ac3e044861ed211c3f0d4655dc22d839.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=false +flags/srgb=2 +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 diff --git a/Textures/GroundForest003/GroundForest003_Flat.jpg b/Textures/GroundForest003/GroundForest003_Flat.jpg new file mode 100644 index 0000000..5298f8d Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_Flat.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_Flat.jpg.import b/Textures/GroundForest003/GroundForest003_Flat.jpg.import new file mode 100644 index 0000000..8b41e19 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_Flat.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/GroundForest003_Flat.jpg-d6efdb1521163dbb9992da1449afb607.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_Flat.jpg" +dest_files=[ "res://.import/GroundForest003_Flat.jpg-d6efdb1521163dbb9992da1449afb607.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +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=true +svg/scale=1.0 diff --git a/Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg b/Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg new file mode 100644 index 0000000..32057ce Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg.import b/Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg.import new file mode 100644 index 0000000..8270770 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/GroundForest003_GLOSS_1K.jpg-eb59c16c23057ea78248a7514f2b69ea.s3tc.stex" +path.etc2="res://.import/GroundForest003_GLOSS_1K.jpg-eb59c16c23057ea78248a7514f2b69ea.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_GLOSS_1K.jpg" +dest_files=[ "res://.import/GroundForest003_GLOSS_1K.jpg-eb59c16c23057ea78248a7514f2b69ea.s3tc.stex", "res://.import/GroundForest003_GLOSS_1K.jpg-eb59c16c23057ea78248a7514f2b69ea.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=false +flags/srgb=2 +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 diff --git a/Textures/GroundForest003/GroundForest003_NRM_1K.jpg b/Textures/GroundForest003/GroundForest003_NRM_1K.jpg new file mode 100644 index 0000000..9205d95 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_NRM_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_NRM_1K.jpg.import b/Textures/GroundForest003/GroundForest003_NRM_1K.jpg.import new file mode 100644 index 0000000..7048e2b --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_NRM_1K.jpg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="StreamTexture" +path.s3tc="res://.import/GroundForest003_NRM_1K.jpg-603c5f88227c7d1f8650f93901b00403.s3tc.stex" +path.etc2="res://.import/GroundForest003_NRM_1K.jpg-603c5f88227c7d1f8650f93901b00403.etc2.stex" +metadata={ +"imported_formats": [ "s3tc", "etc2" ], +"vram_texture": true +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_NRM_1K.jpg" +dest_files=[ "res://.import/GroundForest003_NRM_1K.jpg-603c5f88227c7d1f8650f93901b00403.s3tc.stex", "res://.import/GroundForest003_NRM_1K.jpg-603c5f88227c7d1f8650f93901b00403.etc2.stex" ] + +[params] + +compress/mode=2 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=1 +flags/repeat=true +flags/filter=true +flags/mipmaps=true +flags/anisotropic=false +flags/srgb=2 +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 diff --git a/Textures/GroundForest003/GroundForest003_REFL_1K.jpg b/Textures/GroundForest003/GroundForest003_REFL_1K.jpg new file mode 100644 index 0000000..17ef738 Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_REFL_1K.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_REFL_1K.jpg.import b/Textures/GroundForest003/GroundForest003_REFL_1K.jpg.import new file mode 100644 index 0000000..a996707 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_REFL_1K.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/GroundForest003_REFL_1K.jpg-b7cc558793cdc6e95f7fadcda3b51172.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_REFL_1K.jpg" +dest_files=[ "res://.import/GroundForest003_REFL_1K.jpg-b7cc558793cdc6e95f7fadcda3b51172.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +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=true +svg/scale=1.0 diff --git a/Textures/GroundForest003/GroundForest003_Sphere.jpg b/Textures/GroundForest003/GroundForest003_Sphere.jpg new file mode 100644 index 0000000..79a845b Binary files /dev/null and b/Textures/GroundForest003/GroundForest003_Sphere.jpg differ diff --git a/Textures/GroundForest003/GroundForest003_Sphere.jpg.import b/Textures/GroundForest003/GroundForest003_Sphere.jpg.import new file mode 100644 index 0000000..f200a40 --- /dev/null +++ b/Textures/GroundForest003/GroundForest003_Sphere.jpg.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/GroundForest003_Sphere.jpg-8c1d1ffc5b2fdd56a0bacb17348acaf7.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Textures/GroundForest003/GroundForest003_Sphere.jpg" +dest_files=[ "res://.import/GroundForest003_Sphere.jpg-8c1d1ffc5b2fdd56a0bacb17348acaf7.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +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=true +svg/scale=1.0 diff --git a/project.godot b/project.godot index 4792279..0c69dc5 100644 --- a/project.godot +++ b/project.godot @@ -34,9 +34,6 @@ config/icon="res://icon.png" window/size/width=1920 window/size/height=1080 -window/size/fullscreen=true -window/size/test_width=1280 -window/size/test_height=720 window/stretch/mode="viewport" window/stretch/aspect="keep"