create box64 (to be worked on)
This commit is contained in:
parent
834c4f351b
commit
1ccab26c16
|
@ -0,0 +1,3 @@
|
|||
module git.jade.moe/oct2pus/arcade/box64
|
||||
|
||||
go 1.18
|
|
@ -0,0 +1,17 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
|
||||
func top() sdf.SDF3 {
|
||||
|
||||
}
|
||||
|
||||
func plate() sdf.SDF3 {
|
||||
|
||||
}
|
||||
|
||||
func bottom() sdf.SDF3 {
|
||||
|
||||
}
|
Loading…
Reference in New Issue