Merge text.love

This commit is contained in:
Kartik K. Agaram 2023-01-30 10:26:20 -08:00
commit 33649aa303
2 changed files with 3 additions and 1 deletions

View File

@ -31,4 +31,7 @@ function log_new(name, stack_frame_index)
log_start(name, stack_frame_index)
end
-- rendering graphical objects within sections/boxes
log_render = {}
-- vim:noexpandtab

View File

@ -1,5 +1,4 @@
source = {}
log_render = {}
Editor_state = {}