mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +01:00
33 lines
756 B
Plaintext
33 lines
756 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://python_scene.py" type="Script" id=1]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Particles2D" type="Particles2D" parent="."]
|
|
|
|
position = Vector2( 1.85071, -1.85062 )
|
|
config/amount = 32
|
|
config/lifetime = 2.0
|
|
config/process_mode = 1
|
|
params/direction = 0.0
|
|
params/spread = 10.0
|
|
params/linear_velocity = 20.0
|
|
params/spin_velocity = 0.0
|
|
params/orbit_velocity = 0.0
|
|
params/gravity_direction = 0.0
|
|
params/gravity_strength = 9.8
|
|
params/radial_accel = 0.0
|
|
params/tangential_accel = 0.0
|
|
params/damping = 0.0
|
|
params/initial_angle = 0.0
|
|
params/initial_size = 1.0
|
|
params/final_size = 1.0
|
|
params/hue_variation = 0.0
|
|
params/anim_speed_scale = 1.0
|
|
params/anim_initial_pos = 0.0
|
|
|
|
|