Skip to content

Commit 7a6b5f1

Browse files
committed
Update plugin for Godot 4.6
1 parent 50db3cc commit 7a6b5f1

18 files changed

+27
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An export plugin for stripping comments and "conditional compilation" of GDScript.
44

5-
Compatible with Godot **4.3.x**. Ready for production use. Please report if you find any bugs.
5+
Compatible with Godot **4.6.x**. Should be ready for production use. Please report if you find any bugs.
66

77
## How to use
88

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://cdox3aoxsi37m
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://bgai45vfcon6b
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://fqyqik187cdy

icon.png.import

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.cte
1818
compress/mode=0
1919
compress/high_quality=false
2020
compress/lossy_quality=0.7
21+
compress/uastc_level=0
22+
compress/rdo_quality_loss=0.0
2123
compress/hdr_compression=1
2224
compress/normal_map=0
2325
compress/channel_pack=0
2426
mipmaps/generate=false
2527
mipmaps/limit=-1
2628
roughness/mode=0
2729
roughness/src_normal=""
30+
process/channel_remap/red=0
31+
process/channel_remap/green=1
32+
process/channel_remap/blue=2
33+
process/channel_remap/alpha=3
2834
process/fix_alpha_border=true
2935
process/premult_alpha=false
3036
process/normal_map_invert_y=false

project.godot

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ config_version=5
1111
[application]
1212

1313
config/name="gdscript-preprocessor"
14-
config/features=PackedStringArray("4.3", "Forward Plus")
14+
config/features=PackedStringArray("4.6", "Forward Plus")
1515
config/icon="res://icon.png"
1616

1717
[debug]
1818

19-
gdscript/warnings/exclude_addons=false
19+
gdscript/warnings/directory_rules={
20+
"res://addons": 0,
21+
"res://addons/gdscript_preprocessor": 1
22+
}
2023
gdscript/warnings/untyped_declaration=1
2124
gdscript/warnings/inferred_declaration=1
2225
gdscript/warnings/unsafe_property_access=1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://bqyqecgy3orq1

tests/features/directives.gd.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://clvpe2sy15dcw
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://cbdu0hsxl3k6

tests/features/fake_return.gd.uid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://dv38irlibsp6e

0 commit comments

Comments
 (0)