little things post jam
This commit is contained in:
parent
a185751e5a
commit
295245fe4d
5 changed files with 28 additions and 5 deletions
11
entities/camera/camera_3d.tscn
Normal file
11
entities/camera/camera_3d.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bux7l5saau0fj"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bdhupx1blbgwo" path="res://entities/camera/camera_3d.gd" id="1_nojmh"]
|
||||
[ext_resource type="Script" uid="uid://cos8lidbqmhv6" path="res://entities/camera/camera_effects.gd" id="2_6kt7g"]
|
||||
|
||||
[node name="Camera3D" type="Camera3D"]
|
||||
transform = Transform3D(-0.995019, -1.11202e-08, -0.0996845, -0.0423712, 0.905169, 0.422936, 0.0902313, 0.425053, -0.90066, 0, 0, 0)
|
||||
script = ExtResource("1_nojmh")
|
||||
|
||||
[node name="Node" type="Node" parent="."]
|
||||
script = ExtResource("2_6kt7g")
|
||||
Loading…
Add table
Add a link
Reference in a new issue