Removed 5% speed decrease
This commit is contained in:
parent
01952094a4
commit
1765dd5f23
45 changed files with 147 additions and 101 deletions
|
@ -1,9 +1,10 @@
|
|||
extends CharacterBody3D
|
||||
|
||||
|
||||
var SPEED = 5.0
|
||||
const JUMP_VELOCITY = 6
|
||||
@export var SPEED = 5.0
|
||||
@export var JUMP_VELOCITY = 6
|
||||
|
||||
@onready var speed = SPEED
|
||||
# Get the gravity from the project settings to be synced with RigidBody nodes.
|
||||
var gravity = ProjectSettings.get_setting("physics/3d/default_gravity")
|
||||
|
||||
|
@ -133,21 +134,21 @@ func _physics_process(delta):
|
|||
rpc("teddy_play_anim", "idle")
|
||||
if Input.is_action_pressed("sprint"):
|
||||
if Global.fatigue > 5:
|
||||
SPEED = 10.0
|
||||
speed = SPEED * 2
|
||||
if Global.fatigue < 5:
|
||||
SPEED = 2.0
|
||||
speed = SPEED
|
||||
if Input.is_action_pressed("sprint"):
|
||||
rpc("teddy_play_anim", "run")
|
||||
elif Global.fatigue > 5:
|
||||
SPEED = 5.0
|
||||
speed = SPEED
|
||||
if Input.is_action_just_released("sprint"):
|
||||
SPEED = 5.0
|
||||
speed = SPEED
|
||||
if direction:
|
||||
velocity.x = direction.x * SPEED
|
||||
velocity.z = direction.z * SPEED
|
||||
velocity.x = direction.x * speed
|
||||
velocity.z = direction.z * speed
|
||||
else:
|
||||
velocity.x = move_toward(velocity.x, 0, SPEED)
|
||||
velocity.z = move_toward(velocity.z, 0, SPEED)
|
||||
velocity.x = move_toward(velocity.x, 0, speed)
|
||||
velocity.z = move_toward(velocity.z, 0, speed)
|
||||
if Global.playerDead:
|
||||
velocity.x = 0
|
||||
velocity.z = 0
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bcx8hi3wfgmjm"
|
||||
path.s3tc="res://.godot/imported/teddy_BrownFabric.png-a0848c50880febd342859d548681f9c4.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/teddy_BrownFabric.png-a0848c50880febd342859d548681f9c4.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://characters/teddy/model_glb/teddy_BrownFabric.png"
|
||||
dest_files=["res://.godot/imported/teddy_BrownFabric.png-a0848c50880febd342859d548681f9c4.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/teddy_BrownFabric.png-a0848c50880febd342859d548681f9c4.s3tc.ctex", "res://.godot/imported/teddy_BrownFabric.png-a0848c50880febd342859d548681f9c4.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b25on3sg58fj0"
|
||||
path.s3tc="res://.godot/imported/teddy_BrownFabricBelly.png-1bd897be98ecc156ecc97dbffeccc079.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/teddy_BrownFabricBelly.png-1bd897be98ecc156ecc97dbffeccc079.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://characters/teddy/model_glb/teddy_BrownFabricBelly.png"
|
||||
dest_files=["res://.godot/imported/teddy_BrownFabricBelly.png-1bd897be98ecc156ecc97dbffeccc079.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/teddy_BrownFabricBelly.png-1bd897be98ecc156ecc97dbffeccc079.s3tc.ctex", "res://.godot/imported/teddy_BrownFabricBelly.png-1bd897be98ecc156ecc97dbffeccc079.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://r61f275fmhx0"
|
||||
path.s3tc="res://.godot/imported/teddy_FabricNose.png-d56f6fc7c66beaf71d8f62ebfefbaa3e.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/teddy_FabricNose.png-d56f6fc7c66beaf71d8f62ebfefbaa3e.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://characters/teddy/model_glb/teddy_FabricNose.png"
|
||||
dest_files=["res://.godot/imported/teddy_FabricNose.png-d56f6fc7c66beaf71d8f62ebfefbaa3e.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/teddy_FabricNose.png-d56f6fc7c66beaf71d8f62ebfefbaa3e.s3tc.ctex", "res://.godot/imported/teddy_FabricNose.png-d56f6fc7c66beaf71d8f62ebfefbaa3e.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -60,8 +60,8 @@ stretch_mode = 6
|
|||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 794.0
|
||||
offset_top = 17.0
|
||||
offset_left = 977.0
|
||||
offset_top = 154.0
|
||||
offset_right = 1068.0
|
||||
offset_bottom = 222.0
|
||||
text = "JUMP"
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dc114yqktvs3h"
|
||||
path.s3tc="res://.godot/imported/Farmland_Grass.png-709c2679c394e38f46347a5551ebab8b.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_Grass.png-709c2679c394e38f46347a5551ebab8b.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_Grass.png"
|
||||
dest_files=["res://.godot/imported/Farmland_Grass.png-709c2679c394e38f46347a5551ebab8b.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_Grass.png-709c2679c394e38f46347a5551ebab8b.s3tc.ctex", "res://.godot/imported/Farmland_Grass.png-709c2679c394e38f46347a5551ebab8b.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://vgpu5ge7l6dg"
|
||||
path.s3tc="res://.godot/imported/Farmland_PavingStones070_2K_Color.png-069aa40f670dc2c435a3d7e7a442ee01.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_PavingStones070_2K_Color.png-069aa40f670dc2c435a3d7e7a442ee01.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_PavingStones070_2K_Color.png"
|
||||
dest_files=["res://.godot/imported/Farmland_PavingStones070_2K_Color.png-069aa40f670dc2c435a3d7e7a442ee01.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_PavingStones070_2K_Color.png-069aa40f670dc2c435a3d7e7a442ee01.s3tc.ctex", "res://.godot/imported/Farmland_PavingStones070_2K_Color.png-069aa40f670dc2c435a3d7e7a442ee01.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c6u7b0qa4in58"
|
||||
path.s3tc="res://.godot/imported/Farmland_Planks.png-e57c9f38aa129a42f5dd0eb87c4d5f32.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_Planks.png-e57c9f38aa129a42f5dd0eb87c4d5f32.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_Planks.png"
|
||||
dest_files=["res://.godot/imported/Farmland_Planks.png-e57c9f38aa129a42f5dd0eb87c4d5f32.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_Planks.png-e57c9f38aa129a42f5dd0eb87c4d5f32.s3tc.ctex", "res://.godot/imported/Farmland_Planks.png-e57c9f38aa129a42f5dd0eb87c4d5f32.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://clwc77pxfnakt"
|
||||
path.s3tc="res://.godot/imported/Farmland_PlanksDark.png-966f8016452b2c9c4294b878865c3cd1.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_PlanksDark.png-966f8016452b2c9c4294b878865c3cd1.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_PlanksDark.png"
|
||||
dest_files=["res://.godot/imported/Farmland_PlanksDark.png-966f8016452b2c9c4294b878865c3cd1.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_PlanksDark.png-966f8016452b2c9c4294b878865c3cd1.s3tc.ctex", "res://.godot/imported/Farmland_PlanksDark.png-966f8016452b2c9c4294b878865c3cd1.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cfi71iips71un"
|
||||
path.s3tc="res://.godot/imported/Farmland_PlanksDark_8.png-f57e71d16a98aa9c0644e54e7d47ad2d.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_PlanksDark_8.png-f57e71d16a98aa9c0644e54e7d47ad2d.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_PlanksDark_8.png"
|
||||
dest_files=["res://.godot/imported/Farmland_PlanksDark_8.png-f57e71d16a98aa9c0644e54e7d47ad2d.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_PlanksDark_8.png-f57e71d16a98aa9c0644e54e7d47ad2d.s3tc.ctex", "res://.godot/imported/Farmland_PlanksDark_8.png-f57e71d16a98aa9c0644e54e7d47ad2d.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cp5aynm7fok2t"
|
||||
path.s3tc="res://.godot/imported/Farmland_Rock.png-c84f6bacff54402d498a282051c6c7a6.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_Rock.png-c84f6bacff54402d498a282051c6c7a6.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_Rock.png"
|
||||
dest_files=["res://.godot/imported/Farmland_Rock.png-c84f6bacff54402d498a282051c6c7a6.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_Rock.png-c84f6bacff54402d498a282051c6c7a6.s3tc.ctex", "res://.godot/imported/Farmland_Rock.png-c84f6bacff54402d498a282051c6c7a6.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bvgjhycfi8ixy"
|
||||
path.s3tc="res://.godot/imported/Farmland_Rock_9.png-29177af88c796ba2dc14d3fb3f158514.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_Rock_9.png-29177af88c796ba2dc14d3fb3f158514.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_Rock_9.png"
|
||||
dest_files=["res://.godot/imported/Farmland_Rock_9.png-29177af88c796ba2dc14d3fb3f158514.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_Rock_9.png-29177af88c796ba2dc14d3fb3f158514.s3tc.ctex", "res://.godot/imported/Farmland_Rock_9.png-29177af88c796ba2dc14d3fb3f158514.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ceeqwdkr0qh10"
|
||||
path.s3tc="res://.godot/imported/Farmland_Shingles.png-fa8f362b619e83f73014e4452cf19fe2.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_Shingles.png-fa8f362b619e83f73014e4452cf19fe2.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_Shingles.png"
|
||||
dest_files=["res://.godot/imported/Farmland_Shingles.png-fa8f362b619e83f73014e4452cf19fe2.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_Shingles.png-fa8f362b619e83f73014e4452cf19fe2.s3tc.ctex", "res://.godot/imported/Farmland_Shingles.png-fa8f362b619e83f73014e4452cf19fe2.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c8arp7wkootg1"
|
||||
path.s3tc="res://.godot/imported/Farmland_Shingles_2.png-e82f151d8e19b2ce869fc630acd319dc.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_Shingles_2.png-e82f151d8e19b2ce869fc630acd319dc.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_Shingles_2.png"
|
||||
dest_files=["res://.godot/imported/Farmland_Shingles_2.png-e82f151d8e19b2ce869fc630acd319dc.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_Shingles_2.png-e82f151d8e19b2ce869fc630acd319dc.s3tc.ctex", "res://.godot/imported/Farmland_Shingles_2.png-e82f151d8e19b2ce869fc630acd319dc.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8nxk38tya654"
|
||||
path.s3tc="res://.godot/imported/Farmland_water.png-3425e7c3ed361d902ee6cae186c3c2b6.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Farmland_water.png-3425e7c3ed361d902ee6cae186c3c2b6.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/farmland/Farmland_water.png"
|
||||
dest_files=["res://.godot/imported/Farmland_water.png-3425e7c3ed361d902ee6cae186c3c2b6.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Farmland_water.png-3425e7c3ed361d902ee6cae186c3c2b6.s3tc.ctex", "res://.godot/imported/Farmland_water.png-3425e7c3ed361d902ee6cae186c3c2b6.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dgka4ydbssadl"
|
||||
path.s3tc="res://.godot/imported/Gun_Plastic008_2K_Color.png-bac889a853997f0060f4f61a5a6c9b9d.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/Gun_Plastic008_2K_Color.png-bac889a853997f0060f4f61a5a6c9b9d.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/gun/Gun_Plastic008_2K_Color.png"
|
||||
dest_files=["res://.godot/imported/Gun_Plastic008_2K_Color.png-bac889a853997f0060f4f61a5a6c9b9d.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/Gun_Plastic008_2K_Color.png-bac889a853997f0060f4f61a5a6c9b9d.s3tc.ctex", "res://.godot/imported/Gun_Plastic008_2K_Color.png-bac889a853997f0060f4f61a5a6c9b9d.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cdk6chiam3anc"
|
||||
path.s3tc="res://.godot/imported/islands_Grass.png-db6f4072658f0438a023a0bf18662123.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_Grass.png-db6f4072658f0438a023a0bf18662123.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_Grass.png"
|
||||
dest_files=["res://.godot/imported/islands_Grass.png-db6f4072658f0438a023a0bf18662123.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_Grass.png-db6f4072658f0438a023a0bf18662123.s3tc.ctex", "res://.godot/imported/islands_Grass.png-db6f4072658f0438a023a0bf18662123.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dv7q31i30hxan"
|
||||
path.s3tc="res://.godot/imported/islands_PavingStones070_2K_Color.png-ad49b61aeded0d139e67a956816543d3.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_PavingStones070_2K_Color.png-ad49b61aeded0d139e67a956816543d3.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_PavingStones070_2K_Color.png"
|
||||
dest_files=["res://.godot/imported/islands_PavingStones070_2K_Color.png-ad49b61aeded0d139e67a956816543d3.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_PavingStones070_2K_Color.png-ad49b61aeded0d139e67a956816543d3.s3tc.ctex", "res://.godot/imported/islands_PavingStones070_2K_Color.png-ad49b61aeded0d139e67a956816543d3.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ewpl8ki53v7m"
|
||||
path.s3tc="res://.godot/imported/islands_Planks.png-32f78ff052ecc8bbb0a32748f8f39661.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_Planks.png-32f78ff052ecc8bbb0a32748f8f39661.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_Planks.png"
|
||||
dest_files=["res://.godot/imported/islands_Planks.png-32f78ff052ecc8bbb0a32748f8f39661.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_Planks.png-32f78ff052ecc8bbb0a32748f8f39661.s3tc.ctex", "res://.godot/imported/islands_Planks.png-32f78ff052ecc8bbb0a32748f8f39661.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d4ltk0q7135vv"
|
||||
path.s3tc="res://.godot/imported/islands_PlanksDark.png-4bbcc494d8ff043314b8491d94b9cf28.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_PlanksDark.png-4bbcc494d8ff043314b8491d94b9cf28.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_PlanksDark.png"
|
||||
dest_files=["res://.godot/imported/islands_PlanksDark.png-4bbcc494d8ff043314b8491d94b9cf28.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_PlanksDark.png-4bbcc494d8ff043314b8491d94b9cf28.s3tc.ctex", "res://.godot/imported/islands_PlanksDark.png-4bbcc494d8ff043314b8491d94b9cf28.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://baxt6ri4c4s8m"
|
||||
path.s3tc="res://.godot/imported/islands_Rock.png-66e20c088cc9e46970c83974bb366335.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_Rock.png-66e20c088cc9e46970c83974bb366335.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_Rock.png"
|
||||
dest_files=["res://.godot/imported/islands_Rock.png-66e20c088cc9e46970c83974bb366335.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_Rock.png-66e20c088cc9e46970c83974bb366335.s3tc.ctex", "res://.godot/imported/islands_Rock.png-66e20c088cc9e46970c83974bb366335.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cb6hib2ju24bg"
|
||||
path.s3tc="res://.godot/imported/islands_Shingles.png-7d1af920a1239661ac5ef5f756e6716f.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_Shingles.png-7d1af920a1239661ac5ef5f756e6716f.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_Shingles.png"
|
||||
dest_files=["res://.godot/imported/islands_Shingles.png-7d1af920a1239661ac5ef5f756e6716f.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_Shingles.png-7d1af920a1239661ac5ef5f756e6716f.s3tc.ctex", "res://.godot/imported/islands_Shingles.png-7d1af920a1239661ac5ef5f756e6716f.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://lo01vpm4ublg"
|
||||
path.s3tc="res://.godot/imported/islands_water.png-5e446ee74a7aa3f7815f2f0e2299f0c1.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/islands_water.png-5e446ee74a7aa3f7815f2f0e2299f0c1.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/islands/islands_water.png"
|
||||
dest_files=["res://.godot/imported/islands_water.png-5e446ee74a7aa3f7815f2f0e2299f0c1.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/islands_water.png-5e446ee74a7aa3f7815f2f0e2299f0c1.s3tc.ctex", "res://.godot/imported/islands_water.png-5e446ee74a7aa3f7815f2f0e2299f0c1.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dkqoijeo10tux"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockBlue.png-a52adfdc8686bc65ad5f9a5780e179d8.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockBlue.png-a52adfdc8686bc65ad5f9a5780e179d8.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockBlue.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockBlue.png-a52adfdc8686bc65ad5f9a5780e179d8.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockBlue.png-a52adfdc8686bc65ad5f9a5780e179d8.s3tc.ctex", "res://.godot/imported/toyland_BlockBlue.png-a52adfdc8686bc65ad5f9a5780e179d8.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dw6p7eei1sfo0"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockGreen.png-5814475d1a0c89ec7c608da4846b49c5.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockGreen.png-5814475d1a0c89ec7c608da4846b49c5.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockGreen.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockGreen.png-5814475d1a0c89ec7c608da4846b49c5.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockGreen.png-5814475d1a0c89ec7c608da4846b49c5.s3tc.ctex", "res://.godot/imported/toyland_BlockGreen.png-5814475d1a0c89ec7c608da4846b49c5.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cv87hmivqj8lb"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockOrange.png-31f8be914355966bedab55ef5995366e.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockOrange.png-31f8be914355966bedab55ef5995366e.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockOrange.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockOrange.png-31f8be914355966bedab55ef5995366e.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockOrange.png-31f8be914355966bedab55ef5995366e.s3tc.ctex", "res://.godot/imported/toyland_BlockOrange.png-31f8be914355966bedab55ef5995366e.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bghd624myuydg"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockPurple.png-9983b4ce99c2af8139af423f8e3afc17.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockPurple.png-9983b4ce99c2af8139af423f8e3afc17.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockPurple.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockPurple.png-9983b4ce99c2af8139af423f8e3afc17.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockPurple.png-9983b4ce99c2af8139af423f8e3afc17.s3tc.ctex", "res://.godot/imported/toyland_BlockPurple.png-9983b4ce99c2af8139af423f8e3afc17.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dt6jxmiv5ip6"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockRed.png-cdd24aaa97dc9516a0656c73d5e3f0b5.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockRed.png-cdd24aaa97dc9516a0656c73d5e3f0b5.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockRed.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockRed.png-cdd24aaa97dc9516a0656c73d5e3f0b5.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockRed.png-cdd24aaa97dc9516a0656c73d5e3f0b5.s3tc.ctex", "res://.godot/imported/toyland_BlockRed.png-cdd24aaa97dc9516a0656c73d5e3f0b5.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c4u5qjxkujrek"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockRed_18.png-400bcbd8ef6ab3c84f7e4b25ea5eb629.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockRed_18.png-400bcbd8ef6ab3c84f7e4b25ea5eb629.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockRed_18.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockRed_18.png-400bcbd8ef6ab3c84f7e4b25ea5eb629.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockRed_18.png-400bcbd8ef6ab3c84f7e4b25ea5eb629.s3tc.ctex", "res://.godot/imported/toyland_BlockRed_18.png-400bcbd8ef6ab3c84f7e4b25ea5eb629.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ddrsmcusndkm0"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockTan.png-a782891763a3230847d4a3dcd0880a12.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockTan.png-a782891763a3230847d4a3dcd0880a12.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockTan.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockTan.png-a782891763a3230847d4a3dcd0880a12.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockTan.png-a782891763a3230847d4a3dcd0880a12.s3tc.ctex", "res://.godot/imported/toyland_BlockTan.png-a782891763a3230847d4a3dcd0880a12.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cnxhkpv2lacp5"
|
||||
path.s3tc="res://.godot/imported/toyland_BlockYellow.png-2ceec08f7b413fed128f0e0020357d0f.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BlockYellow.png-2ceec08f7b413fed128f0e0020357d0f.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BlockYellow.png"
|
||||
dest_files=["res://.godot/imported/toyland_BlockYellow.png-2ceec08f7b413fed128f0e0020357d0f.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BlockYellow.png-2ceec08f7b413fed128f0e0020357d0f.s3tc.ctex", "res://.godot/imported/toyland_BlockYellow.png-2ceec08f7b413fed128f0e0020357d0f.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://rlfqf8gplxj8"
|
||||
path.s3tc="res://.godot/imported/toyland_BookTEMP.png-68be4988e0a6c940ad9863dbe326d246.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_BookTEMP.png-68be4988e0a6c940ad9863dbe326d246.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_BookTEMP.png"
|
||||
dest_files=["res://.godot/imported/toyland_BookTEMP.png-68be4988e0a6c940ad9863dbe326d246.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_BookTEMP.png-68be4988e0a6c940ad9863dbe326d246.s3tc.ctex", "res://.godot/imported/toyland_BookTEMP.png-68be4988e0a6c940ad9863dbe326d246.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ncqq3yy6e3n8"
|
||||
path.s3tc="res://.godot/imported/toyland_Carpet012_4K_Color.png-150aed057e3b394b36294bd2766cb931.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_Carpet012_4K_Color.png-150aed057e3b394b36294bd2766cb931.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_Carpet012_4K_Color.png"
|
||||
dest_files=["res://.godot/imported/toyland_Carpet012_4K_Color.png-150aed057e3b394b36294bd2766cb931.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_Carpet012_4K_Color.png-150aed057e3b394b36294bd2766cb931.s3tc.ctex", "res://.godot/imported/toyland_Carpet012_4K_Color.png-150aed057e3b394b36294bd2766cb931.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bfixfprjiax48"
|
||||
path.s3tc="res://.godot/imported/toyland_Fabric001_2K_Color.png-e2cb42c432b43221fc167225f08b3de1.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_Fabric001_2K_Color.png-e2cb42c432b43221fc167225f08b3de1.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_Fabric001_2K_Color.png"
|
||||
dest_files=["res://.godot/imported/toyland_Fabric001_2K_Color.png-e2cb42c432b43221fc167225f08b3de1.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_Fabric001_2K_Color.png-e2cb42c432b43221fc167225f08b3de1.s3tc.ctex", "res://.godot/imported/toyland_Fabric001_2K_Color.png-e2cb42c432b43221fc167225f08b3de1.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://de42xsa41plh3"
|
||||
path.s3tc="res://.godot/imported/toyland_Fabric056_2K_Color.png-d2cc9e7a6e2ff1021c46721ca2a5f483.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_Fabric056_2K_Color.png-d2cc9e7a6e2ff1021c46721ca2a5f483.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_Fabric056_2K_Color.png"
|
||||
dest_files=["res://.godot/imported/toyland_Fabric056_2K_Color.png-d2cc9e7a6e2ff1021c46721ca2a5f483.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_Fabric056_2K_Color.png-d2cc9e7a6e2ff1021c46721ca2a5f483.s3tc.ctex", "res://.godot/imported/toyland_Fabric056_2K_Color.png-d2cc9e7a6e2ff1021c46721ca2a5f483.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dxa8jtk4kyjaa"
|
||||
path.s3tc="res://.godot/imported/toyland_Metal.png-fb2306928aae15d8c05cd3f7d428f8b2.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_Metal.png-fb2306928aae15d8c05cd3f7d428f8b2.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_Metal.png"
|
||||
dest_files=["res://.godot/imported/toyland_Metal.png-fb2306928aae15d8c05cd3f7d428f8b2.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_Metal.png-fb2306928aae15d8c05cd3f7d428f8b2.s3tc.ctex", "res://.godot/imported/toyland_Metal.png-fb2306928aae15d8c05cd3f7d428f8b2.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://up3fknjlqc6u"
|
||||
path.s3tc="res://.godot/imported/toyland_Toy Blocks Box.png-77c23bf266ede7360aee6c2a8af551d3.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_Toy Blocks Box.png-77c23bf266ede7360aee6c2a8af551d3.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_Toy Blocks Box.png"
|
||||
dest_files=["res://.godot/imported/toyland_Toy Blocks Box.png-77c23bf266ede7360aee6c2a8af551d3.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_Toy Blocks Box.png-77c23bf266ede7360aee6c2a8af551d3.s3tc.ctex", "res://.godot/imported/toyland_Toy Blocks Box.png-77c23bf266ede7360aee6c2a8af551d3.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dntcxe4ruoo7f"
|
||||
path.s3tc="res://.godot/imported/toyland_Wood067_2K_Color.png-88d58072b673ae25da1f3e4fb3df5aab.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_Wood067_2K_Color.png-88d58072b673ae25da1f3e4fb3df5aab.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_Wood067_2K_Color.png"
|
||||
dest_files=["res://.godot/imported/toyland_Wood067_2K_Color.png-88d58072b673ae25da1f3e4fb3df5aab.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_Wood067_2K_Color.png-88d58072b673ae25da1f3e4fb3df5aab.s3tc.ctex", "res://.godot/imported/toyland_Wood067_2K_Color.png-88d58072b673ae25da1f3e4fb3df5aab.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bg104um3mu3wl"
|
||||
path.s3tc="res://.godot/imported/toyland_newplaster.png-2e56bf44283ffffe4d8bac4c57043582.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_newplaster.png-2e56bf44283ffffe4d8bac4c57043582.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_newplaster.png"
|
||||
dest_files=["res://.godot/imported/toyland_newplaster.png-2e56bf44283ffffe4d8bac4c57043582.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_newplaster.png-2e56bf44283ffffe4d8bac4c57043582.s3tc.ctex", "res://.godot/imported/toyland_newplaster.png-2e56bf44283ffffe4d8bac4c57043582.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c2q3ly4tn11tl"
|
||||
path.s3tc="res://.godot/imported/toyland_outlet.png-152b0cb79ecd73aaf3419f7619f48c80.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_outlet.png-152b0cb79ecd73aaf3419f7619f48c80.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_outlet.png"
|
||||
dest_files=["res://.godot/imported/toyland_outlet.png-152b0cb79ecd73aaf3419f7619f48c80.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_outlet.png-152b0cb79ecd73aaf3419f7619f48c80.s3tc.ctex", "res://.godot/imported/toyland_outlet.png-152b0cb79ecd73aaf3419f7619f48c80.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://4gr8ak7xkbg"
|
||||
path.s3tc="res://.godot/imported/toyland_white door.png-a69689bb62057806552eccfcc82952b1.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_white door.png-a69689bb62057806552eccfcc82952b1.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_white door.png"
|
||||
dest_files=["res://.godot/imported/toyland_white door.png-a69689bb62057806552eccfcc82952b1.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_white door.png-a69689bb62057806552eccfcc82952b1.s3tc.ctex", "res://.godot/imported/toyland_white door.png-a69689bb62057806552eccfcc82952b1.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b7f2eoxabtom3"
|
||||
path.s3tc="res://.godot/imported/toyland_windows_xp_bliss-wide.png-4deec299561dadd05f6a7830bf14662c.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_windows_xp_bliss-wide.png-4deec299561dadd05f6a7830bf14662c.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_windows_xp_bliss-wide.png"
|
||||
dest_files=["res://.godot/imported/toyland_windows_xp_bliss-wide.png-4deec299561dadd05f6a7830bf14662c.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_windows_xp_bliss-wide.png-4deec299561dadd05f6a7830bf14662c.s3tc.ctex", "res://.godot/imported/toyland_windows_xp_bliss-wide.png-4deec299561dadd05f6a7830bf14662c.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cd5soqj1rr2jc"
|
||||
path.s3tc="res://.godot/imported/toyland_woodfloor4k.png-4a943154d5a37396f9a7cf5a106c2a78.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/toyland_woodfloor4k.png-4a943154d5a37396f9a7cf5a106c2a78.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["etc2_astc"],
|
||||
"imported_formats": ["s3tc_bptc", "etc2_astc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
generator_parameters={}
|
||||
|
@ -13,7 +14,7 @@ generator_parameters={}
|
|||
[deps]
|
||||
|
||||
source_file="res://objects/toyland/toyland_woodfloor4k.png"
|
||||
dest_files=["res://.godot/imported/toyland_woodfloor4k.png-4a943154d5a37396f9a7cf5a106c2a78.etc2.ctex"]
|
||||
dest_files=["res://.godot/imported/toyland_woodfloor4k.png-4a943154d5a37396f9a7cf5a106c2a78.s3tc.ctex", "res://.godot/imported/toyland_woodfloor4k.png-4a943154d5a37396f9a7cf5a106c2a78.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
|
|
@ -117,3 +117,7 @@ cam_down={
|
|||
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[rendering]
|
||||
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue