Started work on opponent view camera
This commit is contained in:
17
templates/pawn_camera.tscn
Normal file
17
templates/pawn_camera.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cqa0p34mbk6so"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cymi1n4gavixy" path="res://scripts/pawn_camera.gd" id="1_ysaec"]
|
||||
|
||||
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_ysaec"]
|
||||
properties/0/path = NodePath(".:position")
|
||||
properties/0/spawn = true
|
||||
properties/0/replication_mode = 1
|
||||
|
||||
[node name="Camera" type="Camera3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.49999997, 0.86602545, 0, -0.86602545, 0.49999997, 0, 0, 0)
|
||||
projection = 1
|
||||
size = 5.0
|
||||
script = ExtResource("1_ysaec")
|
||||
|
||||
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
||||
replication_config = SubResource("SceneReplicationConfig_ysaec")
|
||||
Reference in New Issue
Block a user