This website requires JavaScript.
Explore
Help
Sign In
magicalfeyfenny
/
minecraft-in-24h-jam
Watch
1
Star
0
Fork
You've already forked minecraft-in-24h-jam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd0ff931dc
minecraft-in-24h-jam
/
objects
/
obj_player
/
Create_0.gml
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Created 3D boilerplate, skybox, block object, chunk generating blocks, world generating chunks
2021-07-09 22:49:01 -07:00
look_dir = 0;
look_pitch = 0;
jam entry, attempted to add things but couldnt figure it out
2021-07-10 17:21:52 -07:00
placetarget = [-1,-1,-1];
deletetarget = [-1,-1,-1];
Created 3D boilerplate, skybox, block object, chunk generating blocks, world generating chunks
2021-07-09 22:49:01 -07:00
z = 70;