add object file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -0,0 +1 @@
|
|||||||
|
Test
|
||||||
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