Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

JuhaJGamer

Members
  • Content Count

    3
  • Joined

  • Last visited

  • Days Won

    1

JuhaJGamer last won the day on December 29 2016

JuhaJGamer had the most liked content!

About JuhaJGamer

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    JuhaJGamer
  1. I have no idea how to implement color mid-print but color is achieved by these commands EDIT: Remember that you have to do the gpu getting at the first lines of the program(before anything else happens in the code) --Get GPU local c = require("component") local gpu = c.gpu --Set Foreground(text color), or Background(Background color) --Background color only changes for the places BEHIND THE TEXT PRINTED AFTER THIS gpu.setForeground(0x444444) - set text to gray gpu.setBackground(0x33DBFF) - set background to light blue
  2. I've been trying to implement an application to MineOS, an awesome Mac OS X Copy for OC. This application is a clone of the Geoscan app that comes with the OS I don't know why only one button of five in the GUI is responsive, but I do know that the responsive button is random, and changes each time the world is loaded. All apps in MineOS use the ESCAPI API local c = require("component") local event = require("event") local geo, holo local gpu = c.gpu local ecs = require("ECSAPI") local palette = require("palette") local computer = require("computer") local args = {...} --Провер
  3. Haha, it's nice to see this code, I think its great. Scrolling trough the 3DPrinter code, First thing that catches my eye : drawingZoneCYKA = 0xCCCCCC Dont worry, just translating
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.