Fix around half the map textures being 2048x2048 (they should be 256x256)
Before Width: | Height: | Size: 5.8 MiB After Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 4.3 MiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 515 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 430 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 2.8 MiB After Width: | Height: | Size: 178 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 338 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 48 KiB |
|
@ -4,7 +4,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://b334g66yuhwtv" path="res://vfx/textures/skybox1.png" id="2_p5rwy"]
|
||||
[ext_resource type="PackedScene" uid="uid://cp3qagrsuarl5" path="res://test/blender_test_map.blend" id="2_vhybo"]
|
||||
[ext_resource type="PackedScene" uid="uid://gis0gxap8i8t" path="res://test/test_stick.tscn" id="3_sj3fr"]
|
||||
[ext_resource type="Material" uid="uid://d31ewanq2qup5" path="res://maps/textures/metal6.tres" id="4_p5rwy"]
|
||||
[ext_resource type="Material" uid="uid://ge8qxv7h7wl3" path="res://maps/textures/crystal4.tres" id="4_sj3fr"]
|
||||
[ext_resource type="PackedScene" uid="uid://domyuyn24tghm" path="res://props/springboard.tscn" id="8_p5rwy"]
|
||||
[ext_resource type="PackedScene" uid="uid://b7mqd4ps8e3uj" path="res://props/springboard_constructed.tscn" id="9_4tub8"]
|
||||
[ext_resource type="Script" uid="uid://16os114krms3" path="res://characters/controllers/player_character_controller.gd" id="9_j70wf"]
|
||||
|
@ -66,7 +66,7 @@ transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 100, 0)
|
|||
[node name="blender_test_map" parent="StaticBody3D" instance=ExtResource("2_vhybo")]
|
||||
|
||||
[node name="Plane" parent="StaticBody3D/blender_test_map" index="0"]
|
||||
surface_material_override/0 = ExtResource("4_p5rwy")
|
||||
surface_material_override/0 = ExtResource("4_sj3fr")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
shape = SubResource("ConcavePolygonShape3D_p5rwy")
|
||||
|
|