Skip to content

Commit

Permalink
Make projects use GLES2, update import files
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Apr 8, 2021
1 parent 7de5007 commit 89a98a2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 4 additions & 1 deletion 2d-dodge-the-creeps/project.godot
Expand Up @@ -10,7 +10,6 @@ config_version=4

_global_script_classes=[ ]
_global_script_class_icons={

}

[application]
Expand Down Expand Up @@ -64,3 +63,7 @@ move_down={
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
]
}

[rendering]

quality/driver/driver_name="GLES2"
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/player-grey-up-1.png-8df8c84e234a0c64ec09b4045789e0c8.stex"
path="res://.import/player-up-1.png-89c1e16466fa8f40d950fc7539677f2e.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://art/player-grey-up-1.png"
dest_files=[ "res://.import/player-grey-up-1.png-8df8c84e234a0c64ec09b4045789e0c8.stex" ]
source_file="res://art/player-up-1.png"
dest_files=[ "res://.import/player-up-1.png-89c1e16466fa8f40d950fc7539677f2e.stex" ]

[params]

Expand Down
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/player-grey-up-2.png-377a4ecd467bf40fb06e53023208beb0.stex"
path="res://.import/player-up-2.png-2481f7fa4687ab496a68ac4d6f965e6a.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://art/player-grey-up-2.png"
dest_files=[ "res://.import/player-grey-up-2.png-377a4ecd467bf40fb06e53023208beb0.stex" ]
source_file="res://art/player-up-2.png"
dest_files=[ "res://.import/player-up-2.png-2481f7fa4687ab496a68ac4d6f965e6a.stex" ]

[params]

Expand Down
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/player-grey-walk-1.png-4bd01134489dfa60e99f93dcb8842dd9.stex"
path="res://.import/player-walk-1.png-854b456ff509633f17545433f6679437.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://art/player-grey-walk-1.png"
dest_files=[ "res://.import/player-grey-walk-1.png-4bd01134489dfa60e99f93dcb8842dd9.stex" ]
source_file="res://art/player-walk-1.png"
dest_files=[ "res://.import/player-walk-1.png-854b456ff509633f17545433f6679437.stex" ]

[params]

Expand Down
Expand Up @@ -2,15 +2,15 @@

importer="texture"
type="StreamTexture"
path="res://.import/player-grey-walk-2.png-bb8701ec46ffef47bd4372c49b5a1322.stex"
path="res://.import/player-walk-2.png-03c4e1057e4aa82d23276f65aec07ded.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://art/player-grey-walk-2.png"
dest_files=[ "res://.import/player-grey-walk-2.png-bb8701ec46ffef47bd4372c49b5a1322.stex" ]
source_file="res://art/player-walk-2.png"
dest_files=[ "res://.import/player-walk-2.png-03c4e1057e4aa82d23276f65aec07ded.stex" ]

[params]

Expand Down
1 change: 1 addition & 0 deletions starter-projects/2d-dodge-the-creeps/project.godot
Expand Up @@ -22,6 +22,7 @@ common/enable_pause_aware_picking=true

[rendering]

quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"

0 comments on commit 89a98a2

Please sign in to comment.