From 5a7847a2b0386c0536643e4f8b4bd72aa49e6189 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 15 Apr 2024 23:45:42 +0200 Subject: [PATCH] Document `Counter` --- behaviours/counter.gd | 1 + behaviours/counter.svg | 39 +++++++++++++++++++++++++++++++++++ behaviours/counter.svg.import | 37 +++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 behaviours/counter.svg create mode 100644 behaviours/counter.svg.import diff --git a/behaviours/counter.gd b/behaviours/counter.gd index 5081434..119f875 100644 --- a/behaviours/counter.gd +++ b/behaviours/counter.gd @@ -1,3 +1,4 @@ +@icon("res://behaviours/counter.svg") extends Node class_name Counter diff --git a/behaviours/counter.svg b/behaviours/counter.svg new file mode 100644 index 0000000..80340b4 --- /dev/null +++ b/behaviours/counter.svg @@ -0,0 +1,39 @@ + + + + + + + diff --git a/behaviours/counter.svg.import b/behaviours/counter.svg.import new file mode 100644 index 0000000..e958adb --- /dev/null +++ b/behaviours/counter.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cmifd86lgg43g" +path="res://.godot/imported/counter.svg-f23251372b42ffd4d5bd5f7be233f4de.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://behaviours/counter.svg" +dest_files=["res://.godot/imported/counter.svg-f23251372b42ffd4d5bd5f7be233f4de.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +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/normal_map_invert_y=false +process/hdr_as_srgb=false +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