Added buch of stuff

This commit is contained in:
douwe
2025-08-31 17:08:50 +02:00
parent 75770bb7ff
commit a232425980
32 changed files with 434 additions and 242 deletions

View File

@@ -0,0 +1,12 @@
class_name Module extends Node
@onready var cpu := get_parent() as CPU
func set_registers(index:int)->int:
return 0
func early_tick()->void:
pass
func late_tick()->void:
pass