Hub.tscn 212 B

12345678910
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://Scripts/Hub.gd" type="Script" id=1]
  3. [node name="Hub" type="Node2D"]
  4. script = ExtResource( 1 )
  5. __meta__ = {
  6. "_editor_description_": "Create players"
  7. }