1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-06-02 11:34:06 +00:00
LDDestroier 57ab9efb3c
Replaced transformation functions, etc.
charTransformation, textTransformation, and backTransformation have been replaced with a single `transformation()` function that takes five arguments and spits out three.
```
win.meta.transformation(x, y, char, text, back, meta)
    return {newCharX, newCharY, newChar}, {newTextX, newTextY, newTextCol}, {newBackX, newBackY, newBackCol}
end
```
2020-02-01 00:47:25 -05:00
2019-08-19 16:33:18 -04:00
2019-03-29 13:48:43 -04:00
2020-01-19 13:01:38 -05:00
2018-12-04 22:29:05 -05:00
2019-05-25 22:08:29 -04:00
2019-08-15 23:00:37 -04:00
2019-05-20 03:13:25 -04:00
2018-12-13 18:07:25 -05:00
2019-04-24 23:17:07 -04:00
2019-05-09 01:56:23 -04:00
2019-01-20 14:23:18 -05:00
2019-01-20 14:16:59 -05:00
2019-10-13 00:19:20 -04:00
2019-03-17 20:10:30 -04:00
2019-01-15 18:36:20 -05:00
2019-05-30 00:36:49 -04:00
2019-12-31 04:44:49 -05:00
2019-02-20 02:08:14 -05:00
2019-11-03 14:44:51 -05:00
2019-05-28 12:38:10 -04:00
2019-03-24 00:55:59 -04:00
2019-05-31 23:18:45 -04:00
2019-01-20 14:16:59 -05:00
2018-04-24 08:07:50 -04:00
2019-04-18 18:19:42 -04:00
2018-12-12 17:49:20 -05:00
2019-01-20 14:16:59 -05:00
2018-09-07 04:07:48 +00:00
2019-01-20 14:16:59 -05:00
std
2018-11-20 18:17:24 -05:00
2019-01-17 14:26:52 -05:00
2019-09-12 23:55:45 -04:00
2020-01-09 01:21:30 -05:00
2019-07-30 22:38:14 -04:00
2020-01-19 13:20:30 -05:00
2019-01-20 14:41:04 -05:00

ComputerCraft Repertoire

A collection of all my ComputerCraft programs and the APIs they use. This is mostly just to get them the fuck off of pastebin, and also to ensure that API owners don't change things to break my precious programs...!

Programs that already have a github repo won't be put here, though.

Description
LDDestroier's CC projects repository.
Readme 2.4 MiB
Languages
Lua 100%