Skip to content

Create noise tiles for use in your Kha project. Can be used directly as Kha library included in khafile.js

License

Notifications You must be signed in to change notification settings

mebyz/noisetile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

primitives

Create noise tiles for use in your Kha project. Can be used directly as Kha library included in khafile.js.

Getting started

  • Clone into 'your_kha_project/Libraries'
  • Add 'project.addLibrary('noisetile');' into khafile.js
// in your project init

public function new() {
	//..	
		//var nt = new NoiseTile(/* tilesx, tilesy, tileimgwidth*/);
		var nt = new NoiseTile(10,10,16);
		var tiles = nt.getNoiseTiles()
	//...
	//...
}
//...
//...

About

Create noise tiles for use in your Kha project. Can be used directly as Kha library included in khafile.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages