saving what I've done

This commit is contained in:
2025-08-01 23:54:06 +03:00
parent 15639ff098
commit e67a3c72ec
5 changed files with 38 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ extends Node2D
@onready var mesh := $MeshInstance2D
## Needs to be changed from the shader as well
const AGENTS: int = 1024
const AGENTS: int = 1024 * 1024
var texture: Texture2DRD
var next_texture: int = 0