diff options
author | ubq323 <ubq323@ubq323.website> | 2025-06-10 14:48:07 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-06-10 14:48:07 +0100 |
commit | 56395199d3fbcdb21a31a6f5932d624100033cc2 (patch) | |
tree | 3bc5a96637b0e066eb7e0c3dc5e6fef6876c7478 /client/menu.lua | |
parent | e0a9f5bb0bb3439d224eddca218fe2c937355f2e (diff) |
add chat and motion smoothing
Diffstat (limited to 'client/menu.lua')
-rw-r--r-- | client/menu.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu.lua b/client/menu.lua index 8673217..8d8888c 100644 --- a/client/menu.lua +++ b/client/menu.lua @@ -9,6 +9,7 @@ local qw = require'r.qw' local common = require'common' local HOST = 'ubq323.website' +HOST='localhost' local logo = G.newImage"logo.png" logo:setFilter'nearest' |