Skip to content

Commit

Permalink
Improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
QuirkyCort committed Aug 23, 2023
1 parent 40bcbdc commit 4eed142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<script src="js/builtInImages.js?v=da50685a"></script>
<script src="js/builtInModels.js?v=82f73098"></script>
<script src="js/GenConfig.js?v=3007e163"></script>
<script src="js/builder.js?v=7dc56b55"></script>
<script src="js/builder.js?v=addd463a"></script>

</body>
</html>
12 changes: 6 additions & 6 deletions public/js/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var builder = new function() {
min: '0',
max: '10',
step: '0.1',
help: 'Affects the bounciness of the ground'
help: 'Affects the bounciness of the ground. Higher number will increase bounciness.'
},
]
};
Expand Down Expand Up @@ -114,7 +114,7 @@ var builder = new function() {
min: '0',
max: '10',
step: '0.1',
help: 'Affects the bounciness of the ground'
help: 'Affects the bounciness of the wall. Higher number will increase bounciness.'
},
]
};
Expand Down Expand Up @@ -291,7 +291,7 @@ var builder = new function() {
option: 'physics_restitution',
type: 'custom',
generatorFunction: 'setPhysicsOptions',
help: 'Affects the bounciness of the object'
help: 'Affects the bounciness of the object. Higher number will increase bounciness.'
},
{
option: 'physics_dampLinear',
Expand Down Expand Up @@ -453,7 +453,7 @@ var builder = new function() {
option: 'physics_restitution',
type: 'custom',
generatorFunction: 'setPhysicsOptions',
help: 'Affects the bounciness of the object'
help: 'Affects the bounciness of the object. Higher number will increase bounciness.'
},
{
option: 'physics_dampLinear',
Expand Down Expand Up @@ -615,7 +615,7 @@ var builder = new function() {
option: 'physics_restitution',
type: 'custom',
generatorFunction: 'setPhysicsOptions',
help: 'Affects the bounciness of the object'
help: 'Affects the bounciness of the object. Higher number will increase bounciness.'
},
{
option: 'physics_dampLinear',
Expand Down Expand Up @@ -776,7 +776,7 @@ var builder = new function() {
option: 'physics_restitution',
type: 'custom',
generatorFunction: 'setPhysicsOptions',
help: 'Affects the bounciness of the object'
help: 'Affects the bounciness of the object. Higher number will increase bounciness.'
},
{
option: 'physics_dampLinear',
Expand Down

0 comments on commit 4eed142

Please sign in to comment.