adding 502 error

This commit is contained in:
2025-02-01 16:17:45 +01:00
parent eae424d582
commit ee644cb950
99 changed files with 1156 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
// Game objects
var player = {
direction: LEFT,
speed: 100,
sprite: 0
}
var enemies = [];
var dots = [];
var blocks = [];
var background = [];