diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 04:20:11 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 04:20:11 +0200 |
commit | a8b66a60dca81a4e5d4ab995226b77ba29bc70c3 (patch) | |
tree | 60c2ba6826daf6ec60988330b3b5078c56a98c63 /godot/native/BasicDie.gdns | |
parent | a46a91e183a272e012354a6f0263299448205acb (diff) | |
download | 2022-a8b66a60dca81a4e5d4ab995226b77ba29bc70c3.tar.gz 2022-a8b66a60dca81a4e5d4ab995226b77ba29bc70c3.tar.bz2 2022-a8b66a60dca81a4e5d4ab995226b77ba29bc70c3.zip |
basic camera movement
also events for other movements
Diffstat (limited to 'godot/native/BasicDie.gdns')
-rw-r--r-- | godot/native/BasicDie.gdns | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/godot/native/BasicDie.gdns b/godot/native/BasicDie.gdns new file mode 100644 index 0000000..ab5d534 --- /dev/null +++ b/godot/native/BasicDie.gdns @@ -0,0 +1,8 @@ +[gd_resource type="NativeScript" load_steps=2 format=2] + +[ext_resource path="res://native/game.gdnlib" type="GDNativeLibrary" id=1] + +[resource] +resource_name = "BasicDie" +class_name = "BasicDie" +library = ExtResource( 1 ) |