mirror of
https://github.com/Relintai/gdnative_python_sample.git
synced 2025-02-22 17:28:03 +01:00
New main scene.
This commit is contained in:
parent
9630f9a173
commit
1daeb0d121
@ -1,19 +1,3 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://gdn/gdexample.gdns" type="Script" id=1]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Node2D.gd" type="Script" id=3]
|
||||
[gd_scene format=2]
|
||||
|
||||
[node name="Main" type="Node"]
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
position = Vector2( 392, 232 )
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Node2D"]
|
||||
texture = ExtResource( 2 )
|
||||
script = ExtResource( 1 )
|
||||
amplitude = 150.0
|
||||
speed = 4.0
|
||||
|
||||
[connection signal="position_changed" from="Node2D/Sprite" to="Node2D" method="_on_Sprite_position_changed"]
|
||||
|
@ -11,7 +11,6 @@ config_version=4
|
||||
[application]
|
||||
|
||||
config/name="Sample"
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[physics]
|
||||
|
Loading…
Reference in New Issue
Block a user