File tree Expand file tree Collapse file tree 6 files changed +79
-2
lines changed Expand file tree Collapse file tree 6 files changed +79
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ build/*
1717* .framework
1818compile_commands.json
1919addons /lua-gdextension /LICENSE
20- addons /lua-gdextension /* .import
2120src /generated /
2221
2322# Test project files
Original file line number Diff line number Diff line change 44
55<img src =" addons/lua-gdextension/icon.png " alt =" Lua GDExtension icon " width =" 150 " height =" 150 " />
66
7- Extension for using the Lua programming language in Godot 4.3
7+ Extension for using the Lua programming language in Godot 4.3+
88
99This plugin is available in the Asset Library as [ Lua GDExtension] ( https://godotengine.org/asset-library/asset/2330 ) .
1010
Original file line number Diff line number Diff line change 1+ [remap]
2+
3+ importer="texture"
4+ type="CompressedTexture2D"
5+ uid="uid://de52k4kdp6s7y"
6+ path="res://.godot/imported/LuaScript_icon.svg-e936c81a8c0f686739c63104e1bb3341.ctex"
7+ metadata={
8+ "vram_texture": false
9+ }
10+
11+ [deps]
12+
13+ source_file="res://addons/lua-gdextension/LuaScript_icon.svg"
14+ dest_files=["res://.godot/imported/LuaScript_icon.svg-e936c81a8c0f686739c63104e1bb3341.ctex"]
15+
16+ [params]
17+
18+ compress/mode=0
19+ compress/high_quality=false
20+ compress/lossy_quality=0.7
21+ compress/hdr_compression=1
22+ compress/normal_map=0
23+ compress/channel_pack=0
24+ mipmaps/generate=false
25+ mipmaps/limit=-1
26+ roughness/mode=0
27+ roughness/src_normal=""
28+ process/fix_alpha_border=true
29+ process/premult_alpha=false
30+ process/normal_map_invert_y=false
31+ process/hdr_as_srgb=false
32+ process/hdr_clamp_exposure=false
33+ process/size_limit=0
34+ detect_3d/compress_to=1
35+ svg/scale=1.0
36+ editor/scale_with_editor_scale=false
37+ editor/convert_colors_with_editor_theme=false
Original file line number Diff line number Diff line change 1+ [remap]
2+
3+ importer="texture"
4+ type="CompressedTexture2D"
5+ uid="uid://cih6ia8rwpfa3"
6+ path="res://.godot/imported/icon.png-a1b6b69ff83c17f55db0a93e5e3a4f5d.ctex"
7+ metadata={
8+ "vram_texture": false
9+ }
10+
11+ [deps]
12+
13+ source_file="res://addons/lua-gdextension/icon.png"
14+ dest_files=["res://.godot/imported/icon.png-a1b6b69ff83c17f55db0a93e5e3a4f5d.ctex"]
15+
16+ [params]
17+
18+ compress/mode=0
19+ compress/high_quality=false
20+ compress/lossy_quality=0.7
21+ compress/hdr_compression=1
22+ compress/normal_map=0
23+ compress/channel_pack=0
24+ mipmaps/generate=false
25+ mipmaps/limit=-1
26+ roughness/mode=0
27+ roughness/src_normal=""
28+ process/fix_alpha_border=true
29+ process/premult_alpha=false
30+ process/normal_map_invert_y=false
31+ process/hdr_as_srgb=false
32+ process/hdr_clamp_exposure=false
33+ process/size_limit=0
34+ detect_3d/compress_to=1
Original file line number Diff line number Diff line change @@ -25,3 +25,7 @@ android.debug.arm32 = "build/libluagdextension.android.template_debug.arm32.so"
2525android.release.arm32 = "build/libluagdextension.android.template_release.arm32.so"
2626android.debug.arm64 = "build/libluagdextension.android.template_debug.arm64.so"
2727android.release.arm64 = "build/libluagdextension.android.template_release.arm64.so"
28+
29+ [icons]
30+
31+ LuaScript = "LuaScript_icon.svg"
You can’t perform that action at this time.
0 commit comments