2 Commits

Author SHA1 Message Date
7b0cd8c728 Merge branch 'main' of https://git.ninolbt.com/Nono/Projet_48h 2026-03-30 10:46:29 +02:00
dc064dd8f3 add object file 2026-03-30 10:46:09 +02:00
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,
}