Skip to content

Instantly share code, notes, and snippets.

extends TileMap
const TREES_TILE = 0
const GRASS_TILE = 1
const PLAINS_TILE = 2
var rng = RandomNumberGenerator.new()
var _k = 0
var _lo = 0
fdfdfdfdfdfdfdfdfdf
@discolingua
discolingua / processing-mode.el
Created November 16, 2012 02:15
Processing-mode for emacs and Processing 2.0
;; processing-mode.el
;; Processing.org language based on Java mode. Adds keyword
;; highlighting for all recognized Processing language functions.
;; Allows compilation of buffers and "sketches" from within Emacs but
;; only for more recent versions of Processing.
;; Copyright (C) 2008, 2009 Rudolf Olah <omouse@gmail.com>
;; Modified for Processing 2.0 by Bunny Blake <discolingua@gmail.com>