barebones prototype

This commit is contained in:
Tabby 2025-10-29 22:23:34 +11:00
parent 83f340ea01
commit b53d33584c
60 changed files with 3743 additions and 1 deletions

5
datatypes/librarySave.gd Normal file
View file

@ -0,0 +1,5 @@
extends Resource
class_name LibrarySave
@export var spools : Array[Spool]
@export var printers : Array[Printer]

View file

@ -0,0 +1 @@
uid://c634rg4aki0oy

2
datatypes/printer.gd Normal file
View file

@ -0,0 +1,2 @@
extends Resource
class_name Printer

1
datatypes/printer.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://bnyoyarpn5qml

7
datatypes/spool.gd Normal file
View file

@ -0,0 +1,7 @@
extends Resource
class_name Spool
@export var name : String
@export var material : String
@export var link : String
# tags?

1
datatypes/spool.gd.uid Normal file
View file

@ -0,0 +1 @@
uid://daj15kpbagd33