godot4-dev
Last change
on this file since 831a978 was 831a978, checked in by Jonathan Neufeld <support@…>, 3 years ago |
Initial commit of Godot4 project Working world and movable player.
|
-
Property mode
set to
100644
|
File size:
327 bytes
|
Line | |
---|
1 | [player]
|
---|
2 |
|
---|
3 | playername="Player1"
|
---|
4 | health=1000
|
---|
5 | stamina=1000
|
---|
6 | mana=1000
|
---|
7 | lifeforce=1000
|
---|
8 | xp=0
|
---|
9 | dead=false
|
---|
10 | level=1
|
---|
11 | mana_needed_to_heal=30
|
---|
12 | mana_heal_ammount=10
|
---|
13 | mana_regen_speed=0.1
|
---|
14 | fall_threshold_damage=9
|
---|
15 | gravity=20.0
|
---|
16 | walk_speed=5
|
---|
17 | exhausted_delay=30
|
---|
18 | stamina_regen_speed=0.5
|
---|
19 | sprint_speed=9
|
---|
20 | sprint_energy_consumption=0.5
|
---|
21 | jump_height=4.5
|
---|
22 |
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.