Compare commits
No commits in common. '720a38460e87fe5d08b63b119a31d27f6a766ad4' and 'cac0053ed61969c8d63f1b541c539f873b07407c' have entirely different histories.
720a38460e
...
cac0053ed6
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
@ -1,34 +0,0 @@
|
|||||||
[remap]
|
|
||||||
|
|
||||||
importer="texture"
|
|
||||||
type="CompressedTexture2D"
|
|
||||||
uid="uid://c5030m3okqdst"
|
|
||||||
path="res://.godot/imported/MagewarIcon.png-b28313faa09cd1d93d7c21f0c1bc3de7.ctex"
|
|
||||||
metadata={
|
|
||||||
"vram_texture": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://MagewarIcon.png"
|
|
||||||
dest_files=["res://.godot/imported/MagewarIcon.png-b28313faa09cd1d93d7c21f0c1bc3de7.ctex"]
|
|
||||||
|
|
||||||
[params]
|
|
||||||
|
|
||||||
compress/mode=0
|
|
||||||
compress/high_quality=false
|
|
||||||
compress/lossy_quality=0.7
|
|
||||||
compress/hdr_compression=1
|
|
||||||
compress/normal_map=0
|
|
||||||
compress/channel_pack=0
|
|
||||||
mipmaps/generate=false
|
|
||||||
mipmaps/limit=-1
|
|
||||||
roughness/mode=0
|
|
||||||
roughness/src_normal=""
|
|
||||||
process/fix_alpha_border=true
|
|
||||||
process/premult_alpha=false
|
|
||||||
process/normal_map_invert_y=false
|
|
||||||
process/hdr_as_srgb=false
|
|
||||||
process/hdr_clamp_exposure=false
|
|
||||||
process/size_limit=0
|
|
||||||
detect_3d/compress_to=1
|
|
@ -1,17 +1,7 @@
|
|||||||
; Engine configuration file.
|
|
||||||
; It's best edited using the editor UI and not directly,
|
|
||||||
; since the parameters that go here are not all obvious.
|
|
||||||
;
|
|
||||||
; Format:
|
|
||||||
; [section] ; section goes between []
|
|
||||||
; param=value ; assign values to parameters
|
|
||||||
|
|
||||||
config_version=5
|
config_version=5
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="Magewar"
|
config/name="Magewar"
|
||||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
||||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
config/icon="res://icon.svg"
|
||||||
boot_splash/image="res://MagewarIcon.png"
|
|
||||||
config/icon="res://MagewarIcon.png"
|
|
||||||
|
Loading…
Reference in New Issue