Move test data and scripts to test directory

pull/642/head
Hleb Valoshka 2020-03-06 00:14:25 +03:00
parent 8efb8a2204
commit b9a4516534
21 changed files with 6 additions and 8 deletions

View File

View File

@ -1,3 +1,2 @@
s = celestia:getstarcolor()
celestia:flash("Star Color = " .. s)

View File

@ -1,3 +1 @@
celestia:setstarcolor("false")

View File

@ -1,3 +1 @@
celestia:setstarcolor("true")

View File

@ -1,4 +1,3 @@
s = celestia:getselection()
-- celestia:flash(s:name .. ": " .. "abs magnitude = " .. s:absmag())
celestia:flash("abs magnitude = " .. s:absmag())

View File

@ -0,0 +1 @@
celestia:setconstellationcolor(127, 34, 47, {"scorpius"})

View File

@ -1,6 +1,6 @@
# ---------------------------------------------------------------------------------------
# verbosity ( level [int] )
#
#
# level - Determines the mode of displaying information about the selected object.
# The mode must be specified by an integer value (int) from 0 to 3:
# 0 - Information display is disabled;

View File

@ -1,6 +1,6 @@
-- ---------------------------------------------------------------------------------------
-- celestia:verbosity ( int )
--
--
-- level - Determines the mode of displaying information about the selected object.
-- The mode must be specified by an integer value (int) from 0 to 3:
-- 0 - Information display is disabled;

View File

@ -0,0 +1,3 @@
print(_VERSION)
print(_RELEASE)
print(_LUAJIT_VERSION)