rename /data/ to /common-data/

This commit is contained in:
veclav talica 2024-10-07 12:27:12 +03:00
parent 06b3ad2583
commit 7bec9f6de6
24 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function game_tick()
text {
string = "IT KEEPS HAPPENING",
position = offset,
font_path = "/fonts/kenney-pixel.ttf",
font = "/fonts/kenney-pixel.ttf",
}
offset.x = ORIGIN.x + (math.cos(angle) * RADIUS)