diff options
author | cel <cel@blos.sm> | 2022-07-16 22:49:16 +0100 |
---|---|---|
committer | cel <cel@blos.sm> | 2022-07-16 22:49:16 +0100 |
commit | c5bacb265a477f1f80be6a9fbdabc072fc074a59 (patch) | |
tree | 96274e9b60682415f31b266bc57ccf0d5bc34bfe /godot/scenes/objects/Player.tscn | |
parent | 373b0d66678a349d39146262d5b288b39c5cb1e1 (diff) | |
parent | fdbba87b346c6020d7349d0c2cb3793fcdab25f3 (diff) | |
download | 2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.tar.gz 2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.tar.bz2 2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.zip |
merged menu branch
Diffstat (limited to 'godot/scenes/objects/Player.tscn')
-rw-r--r-- | godot/scenes/objects/Player.tscn | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/godot/scenes/objects/Player.tscn b/godot/scenes/objects/Player.tscn deleted file mode 100644 index cc3662e..0000000 --- a/godot/scenes/objects/Player.tscn +++ /dev/null @@ -1,18 +0,0 @@ -[gd_scene load_steps=4 format=2] - -[ext_resource path="res://scenes/objects/W8.tscn" type="PackedScene" id=1] -[ext_resource path="res://scenes/objects/Camera.tscn" type="PackedScene" id=2] -[ext_resource path="res://native/BasicDie.gdns" type="Script" id=3] - -[node name="PlayerRoot" type="Spatial"] -script = ExtResource( 3 ) -camera/camera_clamp = Vector2( 0, -1.3 ) -shooting/max_force = 30.0 -shooting/up_angle = 0.3 -shooting/stopping_velocity = 0.003 - -[node name="W8" parent="." instance=ExtResource( 1 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0 ) - -[node name="Camera" parent="." instance=ExtResource( 2 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0 ) |