Skip to content

Commit

Permalink
samples: adjust texture properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Nov 12, 2024
1 parent 4204324 commit 334aa4e
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 0 deletions.
14 changes: 14 additions & 0 deletions samples/01-physics/units/grid.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ _guid = "d5012d34-111f-4419-a1e2-36b1408adbb8"
_type = "texture"
generate_mips = true
normal_map = false
output = {
android = {
format = "BC1"
}
html5 = {
format = "BC1"
}
linux = {
format = "BC1"
}
windows = {
format = "BC1"
}
}
source = "units/grid.tga"
18 changes: 18 additions & 0 deletions samples/01-physics/units/skydome.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,22 @@ _guid = "b2904e43-a3fb-406b-8821-5f810500242c"
_type = "texture"
generate_mips = false
normal_map = false
output = {
android = {
format = "RGB8"
generate_mips = false
}
html5 = {
format = "RGB8"
generate_mips = false
}
linux = {
format = "RGB8"
generate_mips = false
}
windows = {
format = "RGB8"
generate_mips = false
}
}
source = "units/skydome.tga"
14 changes: 14 additions & 0 deletions samples/02-animation/units/environment/tree.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ _guid = "e996b842-a07e-4dff-ab4f-54c6a36945d3"
_type = "texture"
generate_mips = false
normal_map = false
output = {
android = {
format = "RGBA8"
}
html5 = {
format = "RGBA8"
}
linux = {
format = "RGBA8"
}
windows = {
format = "RGBA8"
}
}
source = "units/environment/tree.png"
14 changes: 14 additions & 0 deletions samples/02-animation/units/princess.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ _guid = "5471c291-617b-473d-baa0-09685a7f6d83"
_type = "texture"
generate_mips = false
normal_map = false
output = {
android = {
format = "RGBA8"
}
html5 = {
format = "RGBA8"
}
linux = {
format = "RGBA8"
}
windows = {
format = "RGBA8"
}
}
source = "units/princess.png"
14 changes: 14 additions & 0 deletions samples/02-animation/units/soldier.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ _guid = "9bd6e4c8-9812-40f9-9bcf-b7cff9272a0f"
_type = "texture"
generate_mips = false
normal_map = false
output = {
android = {
format = "RGBA8"
}
html5 = {
format = "RGBA8"
}
linux = {
format = "RGBA8"
}
windows = {
format = "RGBA8"
}
}
source = "units/soldier.png"
14 changes: 14 additions & 0 deletions samples/core/fallback/fallback.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ _guid = "b25ac73b-0744-40fb-8f1f-d99092a543e9"
_type = "texture"
generate_mips = true
normal_map = false
output = {
android = {
format = "BC1"
}
html5 = {
format = "BC1"
}
linux = {
format = "BC1"
}
windows = {
format = "BC1"
}
}
source = "core/fallback/fallback.png"
14 changes: 14 additions & 0 deletions samples/core/game/hud/debug.texture
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ _guid = "8ad54b71-7f82-4877-af52-58b386cf052c"
_type = "texture"
generate_mips = false
normal_map = false
output = {
android = {
format = "RGBA8"
}
html5 = {
format = "RGBA8"
}
linux = {
format = "RGBA8"
}
windows = {
format = "RGBA8"
}
}
source = "core/game/hud/debug.png"

0 comments on commit 334aa4e

Please sign in to comment.