Started over from scratch today. Rebuilt my Node.js backend instead of relying on generated code so I can actually understand every part of it. Server is running again
Started over from scratch today. Rebuilt my Node.js backend instead of relying on generated code so I can actually understand every part of it. Server is running again
Hi, at the moment I’m working with JavaScript and doing some debugging while putting together the server. I’m setting up the backend structure and testing how the different parts connect.
Descrizione del progettoQuesto progetto è una piccola API backend in Node.js per la scansione OCR di scontrini.
Adding borders and score pannels
Fixed some erros
Giving the Enemy a Brain (and Fixing the “Infinity Rocket” Glitch!)
Fixing the Aim & Semi-Auto Shooting!
What I Accomplished
Assembled the Main Scene: Successfully created a master playground scene (Main.tscn) and instanced both the player and the enemy into it so they exist in the same world.
Player Controls & Mouse Aiming: Implemented a movement script for the player utilizing arrow keys, and added logic allowing the player’s gun to smoothly track and look at the mouse cursor.
Camera System: Added a Camera2D node attached directly to the player so the game window viewport tracks the player dynamically.