boardscreen code front end

This commit is contained in:
Multiplyster
2025-12-03 19:13:23 -05:00
Unverified
parent 50dc7bdc1e
commit ab4ebaea42
11 changed files with 221 additions and 53 deletions

12
scripts/red_chip.gd Normal file
View File

@@ -0,0 +1,12 @@
extends RigidBody2D
var color_ = "red";
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta: float) -> void:
pass