add object file

This commit is contained in:
2026-03-30 10:46:09 +02:00
parent 04279f8234
commit dc064dd8f3
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View File

@@ -0,0 +1 @@
Test

14
backend/object.rs Normal file
View File

@@ -0,0 +1,14 @@
struct Laser {
color : array,
}
struct Mirror {
color : array,
x : int,
y : int,
}
struct Spawn {
x : int,
y : int,
}