mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-14 10:27:22 +01:00
34 lines
707 B
Plaintext
34 lines
707 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://ball.py" type="Script" id=1]
|
|
[ext_resource path="res://ball.png" type="Texture" id=2]
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
|
|
custom_solver_bias = 0.0
|
|
radius = 5.11969
|
|
|
|
[node name="ball" type="Area2D"]
|
|
|
|
input_pickable = true
|
|
shapes/0/shape = SubResource( 1 )
|
|
shapes/0/transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
shapes/0/trigger = false
|
|
gravity_vec = Vector2( 0, 1 )
|
|
gravity = 98.0
|
|
linear_damp = 0.1
|
|
angular_damp = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="sprite" type="Sprite" parent="."]
|
|
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="shape" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource( 1 )
|
|
trigger = false
|
|
_update_shape_index = 0
|
|
|
|
|