[gd_scene load_steps=3 format=2] [ext_resource path="res://Scripts/Player.gd" type="Script" id=1] [ext_resource path="res://icon.png" type="Texture" id=2] [node name="Player" type="Node2D"] script = ExtResource( 1 ) [node name="Sprite" type="Sprite" parent="."] texture = ExtResource( 2 ) [node name="Name" type="Label" parent="."] margin_left = -30.0 margin_top = -49.0 margin_right = 28.0 margin_bottom = -35.0 text = "PLAYER 1" __meta__ = { "_edit_use_anchors_": false }