Skip to content

Commit

Permalink
Add link of test case
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 19, 2024
1 parent 2851a32 commit 1494490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/canvasinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Inspirited from [CanvasInput](https://goldfirestudios.com/canvasinput-html5-canv
## Live demos

- [Simple](https://codepen.io/rexrainbow/pen/vYjwjyW)
- [Thin cursor](https://codepen.io/rexrainbow/pen/jOgwdRv)
- [Text input](https://codepen.io/rexrainbow/pen/poVPGKe)
- [Number input](https://codepen.io/rexrainbow/pen/jOxarOO)
- [With rexui-Label](https://codepen.io/rexrainbow/pen/jOKOJoV)
Expand Down
2 changes: 1 addition & 1 deletion examples/canvasinput/thin-cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var CreateCanvasInput = function (scene, text, width) {
'cursor.backgroundColor': 'green',
'cursor.backgroundHeight': 20,
'cursor.backgroundBottomY': 2,
'cursor.backgroundLeftX': 10,
'cursor.backgroundRightX': -10,
},

text: text,
Expand Down

0 comments on commit 1494490

Please sign in to comment.