13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://script/demo05_scene_node/hero.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://icon.png" type="Texture" id=2]
|
||
|
|
||
|
[node name="Node2D" type="Node2D"]
|
||
|
position = Vector2( 100, 0 )
|
||
|
|
||
|
[node name="Hero" type="Sprite" parent="."]
|
||
|
position = Vector2( 477.791, 270.893 )
|
||
|
texture = ExtResource( 2 )
|
||
|
script = ExtResource( 1 )
|