Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
.import/
# Godot 4+ specific ignores
.godot/
.nomedia

# Godot-specific ignores
.import/
export.cfg
export_credentials.cfg

# Imported translations (automatically generated from CSV files)
*.translation

# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# chart-gd

Tested on Godot Engine 3.1. For Godot engine 2.1 please use the branch [2.1](https://github.com/binogure-studio/chart-gd/tree/2.1)
(WORK IN PROGRESS.)

Tested on Godot Engine 4.4.1.stable.
For Godot engine 3.1 please use the branch [3.1](https://github.com/binogure-studio/chart-gd/tree/3.1)

## Preview

Expand All @@ -12,4 +15,4 @@ See example

# License

See [License file](./LICENSE)
See [License file](./LICENSE)
32 changes: 16 additions & 16 deletions addons/GDCharts/graph-plot-white.png.import
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/graph-plot-white.png-b2db87f2374c8f05649a10994a5a9092.stex"
type="CompressedTexture2D"
uid="uid://c6lh7ju45fi26"
path="res://.godot/imported/graph-plot-white.png-b2db87f2374c8f05649a10994a5a9092.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/GDCharts/graph-plot-white.png"
dest_files=[ "res://.import/graph-plot-white.png-b2db87f2374c8f05649a10994a5a9092.stex" ]
dest_files=["res://.godot/imported/graph-plot-white.png-b2db87f2374c8f05649a10994a5a9092.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/hdr_compression=1
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
32 changes: 16 additions & 16 deletions addons/GDCharts/icon.png.import
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/icon.png-fc8b2bce8d95c6c7c17f86b90e124dbd.stex"
type="CompressedTexture2D"
uid="uid://cf1rjxkfvu13f"
path="res://.godot/imported/icon.png-fc8b2bce8d95c6c7c17f86b90e124dbd.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://addons/GDCharts/icon.png"
dest_files=[ "res://.import/icon.png-fc8b2bce8d95c6c7c17f86b90e124dbd.stex" ]
dest_files=["res://.godot/imported/icon.png-fc8b2bce8d95c6c7c17f86b90e124dbd.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/hdr_compression=1
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
2 changes: 1 addition & 1 deletion addons/GDCharts/plugin.gd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tool
@tool
extends EditorPlugin

func _enter_tree():
Expand Down
1 change: 1 addition & 0 deletions addons/GDCharts/plugin.gd.uid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uid://dwe7lwa7h036o
Loading