pandemonium_engine_easy_charts/addons/easy_charts/Utilities/Scripts/Chart2D.gd

11 lines
276 B
GDScript3
Raw Normal View History

2020-08-04 15:22:30 +02:00
tool
extends Node2D
class_name Chart2D
2020-05-30 01:42:58 +02:00
enum PointShapes { Dot, Triangle, Square, Cross }
enum TemplatesNames { Default, Clean, Gradient, Minimal, Invert }
# Called when the node enters the scene tree for the first time.
func _ready():
2020-08-04 15:22:30 +02:00
pass # Replace with function body.