Files
godot-demo-projects/misc/multitouch_view/Main.tscn
Aaron Franke c90a251445 Update the rest of the misc demos to Godot 3.1.2
I have not tested if these work, but I made minimal changes to them (only things like comments and newlines).
2020-02-02 04:53:12 -05:00

7 lines
149 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[node name="Main" type="Node2D"]
script = ExtResource( 1 )