mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Remove tests for global preferences
This commit is contained in:
parent
5337328c92
commit
3e2cbf4b4c
@ -3,13 +3,6 @@
|
||||
-- This file is released under the terms of the MIT license.
|
||||
-- Read LICENSE.txt for more information.
|
||||
|
||||
-- Global preferences
|
||||
do
|
||||
assert(app.preferences.general.language == "en")
|
||||
assert(app.preferences.general.screen_scale == 2)
|
||||
assert(app.preferences.general.ui_scale == 1)
|
||||
end
|
||||
|
||||
-- Preferences for tools
|
||||
do
|
||||
local t = app.preferences.tool('pencil')
|
||||
|
Loading…
Reference in New Issue
Block a user