blob: 7ba6eb8873cabd8f914361abb7b5ee07a6a7a83f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
shader = require("shaders.world")
win = require("window")
hc = require("party.hardoncollider.init")
world = require("world")
world_cache = {
}
print("Before setting world level:", world)
world.level = {
graphics:{}
entities:{}
graphic_world: hc\new(5)
}
|