mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
17 lines
556 B
Markdown
17 lines
556 B
Markdown
|
# Multitouch View with VisualScript
|
||
|
|
||
|
Simple debugger for multitouch input.
|
||
|
Shows red dots everywhere you press.
|
||
|
|
||
|
Language: [VisualScript](https://docs.godotengine.org/en/latest/tutorials/scripting/visual_script/index.html)
|
||
|
|
||
|
Renderer: GLES 2
|
||
|
|
||
|
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/misc/multitouch_view).
|
||
|
|
||
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/135
|
||
|
|
||
|
## Screenshots
|
||
|
|
||
|
![Screenshot](../../misc/multitouch_view/screenshots/multitouch.png)
|