mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-14 10:27:22 +01:00
15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://main.py" type="Script" id=1]
|
||
|
[ext_resource path="res://access_from_gdscript.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://access_from_python.py" type="Script" id=3]
|
||
|
|
||
|
[node name="main" type="Node"]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="access_from_gdscript" type="Node" parent="."]
|
||
|
script = ExtResource( 2 )
|
||
|
|
||
|
[node name="access_from_python" type="Node" parent="."]
|
||
|
script = ExtResource( 3 )
|