grid #9
|
@ -11,7 +11,8 @@ config_version=4
|
|||
[application]
|
||||
|
||||
config/name="Half-earth"
|
||||
config/icon="res://icon.png"
|
||||
run/main_scene="res://nodes/game.tscn"
|
||||
config/icon="res://textures/icon.png"
|
||||
|
||||
[gui]
|
||||
|
||||
|
@ -27,4 +28,5 @@ common/enable_pause_aware_picking=true
|
|||
|
||||
[rendering]
|
||||
|
||||
environment/default_environment="res://default_env.tres"
|
||||
gles3/shaders/shader_compilation_mode=1
|
||||
environment/default_environment="res://resources/default_env.tres"
|
||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -2,15 +2,15 @@
|
|||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
|
||||
path="res://.import/icon.png-f931f6b997c470ed41f337ac62349254.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://icon.png"
|
||||
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
|
||||
source_file="res://textures/icon.png"
|
||||
dest_files=[ "res://.import/icon.png-f931f6b997c470ed41f337ac62349254.stex" ]
|
||||
|
||||
[params]
|
||||
|
Loading…
Reference in New Issue