Added missing functions to Projector Actors

This commit is contained in:
n00b87
2026-02-22 03:04:03 -06:00
parent 21e06b0848
commit c4d559f0d4
25 changed files with 2523 additions and 1926 deletions

View File

@@ -6,3 +6,4 @@ sub DrawText(txt$, x, y)
sub GetTextSize(txt$, byref w, byref h)
function TextWidth(txt$)
function TextHeight(txt$)
function ActiveFont()