Skip to content

Commit

Permalink
Fix icon import
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaTK committed Aug 27, 2023
1 parent cf8e7cb commit cc6d82b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
5 changes: 3 additions & 2 deletions addons/gaea/chunk_loader.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type="CompressedTexture2D"
uid="uid://ecx786duynns"
path="res://.godot/imported/chunk_loader.svg-c189154fa41faf1a20ad26044fb0d7c8.ctex"
metadata={
"has_editor_variant": true,
"vram_texture": false
}

Expand Down Expand Up @@ -33,5 +34,5 @@ process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
editor/scale_with_editor_scale=true
editor/convert_colors_with_editor_theme=true
5 changes: 3 additions & 2 deletions addons/gaea/generators/chunk_aware_generator.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type="CompressedTexture2D"
uid="uid://b3xba6uqdu8i1"
path="res://.godot/imported/chunk_aware_generator.svg-da567ed454f408ec02ef5cb0a1ec5d6f.ctex"
metadata={
"has_editor_variant": true,
"vram_texture": false
}

Expand Down Expand Up @@ -33,5 +34,5 @@ process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
editor/scale_with_editor_scale=true
editor/convert_colors_with_editor_theme=true
5 changes: 3 additions & 2 deletions addons/gaea/generators/generator.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type="CompressedTexture2D"
uid="uid://dfwqhrfcnved7"
path="res://.godot/imported/generator.svg-b4af138265d248ced422f7dae52f0cf0.ctex"
metadata={
"has_editor_variant": true,
"vram_texture": false
}

Expand Down Expand Up @@ -33,5 +34,5 @@ process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
editor/scale_with_editor_scale=true
editor/convert_colors_with_editor_theme=true
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type="CompressedTexture2D"
uid="uid://rdxfassni0oh"
path="res://.godot/imported/noise_generator.svg-fed6cb4fc89e3541591828413ed9f574.ctex"
metadata={
"has_editor_variant": true,
"vram_texture": false
}

Expand Down Expand Up @@ -33,5 +34,5 @@ process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
editor/scale_with_editor_scale=true
editor/convert_colors_with_editor_theme=true
5 changes: 3 additions & 2 deletions addons/gaea/generators/tile_info.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type="CompressedTexture2D"
uid="uid://8xa8bfe3v4w2"
path="res://.godot/imported/tile_info.svg-5b11d05baaaf2d9dd416bf7bb7cf52df.ctex"
metadata={
"has_editor_variant": true,
"vram_texture": false
}

Expand Down Expand Up @@ -33,5 +34,5 @@ process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
editor/scale_with_editor_scale=true
editor/convert_colors_with_editor_theme=true
2 changes: 1 addition & 1 deletion addons/gaea/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Gaea"
description="A procedural generation add-on for Godot 4.1"
author="BenjaTK"
version="0.3.2"
version="0.3.3"
script="plugin.gd"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[sub_resource type="FastNoiseLite" id="FastNoiseLite_vcq1r"]
noise_type = 3
seed = -67329000
seed = -323543822

[sub_resource type="Resource" id="Resource_jm03i"]
script = ExtResource("2_6f082")
Expand Down

0 comments on commit cc6d82b

Please sign in to comment.