Skip to content

Instantly share code, notes, and snippets.

View chichP-Januwari's full-sized avatar
:octocat:
Why don't we make emulators in our heads?

chichP chichP-Januwari

:octocat:
Why don't we make emulators in our heads?
  • Philippines
  • 14:53 (UTC +08:00)
View GitHub Profile
@chichP-Januwari
chichP-Januwari / generic_ball.gd
Created July 26, 2026 04:47
Generic ball controller.
@abstract extends CharacterBody2D
class_name GenericBall
# States
enum BALL_STATE {
MOVING,
FROZEN,
CHARGING,
CHARGED,
DEAD,