[gd_scene load_steps=4 format=2] [ext_resource path="res://scripts/Line.gd" type="Script" id=1] [ext_resource path="res://scripts/GameScene.gd" type="Script" id=2] [ext_resource path="res://scripts/PlayerController.gd" type="Script" id=3] [node name="GameBoard" type="Node2D"] script = ExtResource( 2 ) [node name="Cell" parent="." instance_placeholder="res://Cell.tscn"] color = Color( 0.978975, 0.256011, 0.734578, 1 ) [node name="Line" type="Line2D" parent="."] position = Vector2( 55.0797, -23.3827 ) points = PoolVector2Array( 236.347, 320.204, 236.382, 243.676 ) default_color = Color( 0.537255, 0.537255, 0.537255, 1 ) script = ExtResource( 1 ) [node name="PlayerController" type="Node" parent="."] script = ExtResource( 3 )