add object file
This commit is contained in:
14
backend/object.rs
Normal file
14
backend/object.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
struct Laser {
|
||||
color : array,
|
||||
}
|
||||
|
||||
struct Mirror {
|
||||
color : array,
|
||||
x : int,
|
||||
y : int,
|
||||
}
|
||||
|
||||
struct Spawn {
|
||||
x : int,
|
||||
y : int,
|
||||
}
|
||||
Reference in New Issue
Block a user