sandbox
Last change
on this file since a89628a was cc65f28, checked in by Kevin Chapman <victory2b@…>, 3 years ago |
Made it so player will auto walk up short stairs
|
-
Property mode
set to
100644
|
File size:
321 bytes
|
Line | |
---|
1 | extends MeshInstance
|
---|
2 |
|
---|
3 |
|
---|
4 | # Declare member variables here. Examples:
|
---|
5 | # var a = 2
|
---|
6 | # var b = "text"
|
---|
7 |
|
---|
8 |
|
---|
9 | # Called when the node enters the scene tree for the first time.
|
---|
10 | func _ready():
|
---|
11 | pass # Replace with function body.
|
---|
12 |
|
---|
13 |
|
---|
14 | # Called every frame. 'delta' is the elapsed time since the previous frame.
|
---|
15 | #func _process(delta):
|
---|
16 | # pass
|
---|
Note:
See
TracBrowser
for help on using the repository browser.