Skip to content

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

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages