Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Update example project to Godot 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrombout committed May 6, 2024
1 parent a835071 commit add8b2a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions example/.import/.gdignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source_md5="ae7e641067601e2184afcade49abd283"
dest_md5="84511021bbc8c9d37c7f0f4d181de883"
dest_md5="feb3da577d700923da4e65781efc1e31"

Binary file modified example/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex
Binary file not shown.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Example

This required Godot 3.1 alpha 4 or newer.
This example project requires Godot 3.5.3 or later.
3 changes: 0 additions & 3 deletions example/default_env.tres
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[gd_resource type="Environment" load_steps=2 format=2]

[sub_resource type="ProceduralSky" id=1]

sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 )
sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 )
sky_curve = 0.25
Expand All @@ -10,7 +9,5 @@ ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 )
ground_curve = 0.01

[resource]

background_mode = 2
background_sky = SubResource( 1 )

6 changes: 6 additions & 0 deletions example/icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
importer="texture"
type="StreamTexture"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
metadata={
"vram_texture": false
}

[deps]

Expand All @@ -14,6 +17,7 @@ dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
Expand All @@ -23,6 +27,8 @@ flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
Expand Down
1 change: 0 additions & 1 deletion example/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ config_version=4

_global_script_classes=[ ]
_global_script_class_icons={

}

[application]
Expand Down

0 comments on commit add8b2a

Please sign in to comment.