Scrap Mechanic

Scrap Mechanic

평점이 부족합니다.
Artificial Horizon 3
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
9.326 KB
2023년 2월 9일 오후 5시 11분
2023년 2월 9일 오후 5시 13분
업데이트 노트 2개 (보기)

다운로드 위해 구독하기
Artificial Horizon 3

설명
this works on any size display but variables have been optimized for appearance on a 32x32 pixel display

horizoncolor = "eeeeee"
skycolor = "55aaee"
skylinecolor = "1188aa"
skytextcolor = "005588"
groundcolor = "884411"
groundlinecolor = "552200"
groundtextcolor = "331100"
crosshaircolor = "111111"
rollindicatorcolor = "eeee11"
TO = 4 --text offset
LL= 6 --line length
D = 55 --pitch sensitivity
CX = 1 --crosshair scale
CR =5000 -- ground circle radius
댓글 4
epicduck410 2024년 10월 25일 오후 1시 07분 
There's a function called upon the computer being turned off where you can clear the screen.
function onStop()
-- it invokes when computer turns off
-- there you can deactivate motors
end
dpd995 2024년 10월 12일 오후 1시 54분 
awesome!
Legofreak  [작성자] 2023년 10월 18일 오전 11시 32분 
hi, sorry i didnt see this sooner. You are welcome to use it. I hope you were able to figure something out. I'm not sure how to code it to do something when switched off. you might need a separate input variable that is switched before the power is cut.
Floppiefish 2023년 10월 1일 오후 1시 19분 
Hi, is it possible for me to use this on a jet I am working on? I want to post it to the workshop at some point but I do not yet know how to code so this would help. Credits will be included ofc. Is there also a few lines i could add to make the display go black once logic input is stopped?