Preserve current state before big refactor
This commit is contained in:
@@ -22,9 +22,9 @@ MaximumVT = 90
|
||||
CurrentExp = 0
|
||||
ExpToNextLevel = 10
|
||||
CurrentLevel = 1
|
||||
CurrentAttack = 50
|
||||
CurrentAttack = 8
|
||||
CurrentDefense = 12
|
||||
MaxAttack = 50
|
||||
MaxAttack = 8
|
||||
MaxDefense = 12
|
||||
BonusAttack = 0
|
||||
BonusDefense = 0
|
||||
@@ -426,3 +426,8 @@ spot_range = 11.4821
|
||||
spot_attenuation = -0.67
|
||||
spot_angle = 70.0
|
||||
spot_angle_attenuation = 2.0
|
||||
|
||||
[node name="OmniLight3D2" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.52838, 0.471719)
|
||||
omni_range = 78.167
|
||||
omni_attenuation = -0.156
|
||||
|
||||
Reference in New Issue
Block a user