mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
aefaef
This commit is contained in:
parent
d7dd914712
commit
a2245be1e7
@ -532,7 +532,7 @@
|
||||
type="Application",
|
||||
icon="IgorTimofeev/OpenComputers/master/Applications/GeoScan2/Icon.pic",
|
||||
createShortcut="desktop",
|
||||
version=1.04,
|
||||
version=1.05,
|
||||
resources={
|
||||
{
|
||||
name="Earth.pic",
|
||||
|
||||
@ -8,7 +8,13 @@ local MineOSCore = require("MineOSCore")
|
||||
|
||||
--------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
if not component.isAvailable("geolyzer") or not component.isAvailable("hologram") then GUI.error("This program requires a geolyzer and hologram projector to work!"); return end
|
||||
if not component.isAvailable("geolyzer") then
|
||||
GUI.error("This program requires a geolyzer to work!"); return
|
||||
end
|
||||
|
||||
if not component.isAvailable("hologram") then
|
||||
GUI.error("This program requires a hologram projector to work!"); return
|
||||
end
|
||||
|
||||
component.gpu.setResolution(component.gpu.maxResolution())
|
||||
buffer.start()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user