Game
NIGHT LANGUAGE
8 years ago

Quick update.


Today.
I have fixed the main problem of using a function.
I mean… Sometimes if i use File\write_file function, i will write that function again to work correct.
Example:

		
			File\write_file("gg","file.txt")
File\write_file("gg","file.txt")
		
	

Now i can write like this:

		
			File\write_file("gg","file.txt")
		
	


0 comments

Loading...

Next up

Objects and their functions.

Objects and their functions v2

The new type of coding.

if function

I have added variables(Var function).

Heya! I wanted to show some gameplay progress i made so far. I hope you like it ^^

Finished work on the emotions of a new character for the tank universe

One of the most critical update for Sunblaze demo. Now you are able to pet a cat! Finally!

Why walk when you can jump?