mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 16:25:55 +00:00
Mapping fixes and new tanks
This commit is contained in:
parent
808f3cec9c
commit
3df9e2dd85
46 changed files with 1701 additions and 1281 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=16 format=3 uid="uid://dorx2l3svs58g"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b8g8mflgsr5dc" path="res://Scripts/GameController.cs" id="1_jexas"]
|
||||
[ext_resource type="Resource" uid="uid://bq2o78engsuyt" path="res://Resources/Maps/IsoMapTest2.tres" id="2_21h4j"]
|
||||
[ext_resource type="Resource" uid="uid://b32mqmglcdo64" path="res://Resources/Maps/3D/Tutorial_3D.tres" id="2_b1fwp"]
|
||||
[ext_resource type="PackedScene" uid="uid://rimplblbptcd" path="res://Scenes/Actors/IsoPlayer_FSM.tscn" id="3_gvqvx"]
|
||||
[ext_resource type="PackedScene" uid="uid://dkwi1hu1bixoe" path="res://Scenes/HUD/HUD.tscn" id="4_dhiwy"]
|
||||
[ext_resource type="Script" uid="uid://c5nxsq3tyxcx6" path="res://Scripts/InventoryManager.cs" id="5_nv8if"]
|
||||
|
|
@ -29,7 +29,7 @@ sky = SubResource("Sky_yt8i6")
|
|||
[node name="GameController" type="Node" parent="." node_paths=PackedStringArray("_cameraTarget", "PlayerParentNode")]
|
||||
script = ExtResource("1_jexas")
|
||||
_cameraTarget = NodePath("../CameraTarget")
|
||||
MapResource = ExtResource("2_21h4j")
|
||||
MapResource = ExtResource("2_b1fwp")
|
||||
PlayerTemplate = ExtResource("3_gvqvx")
|
||||
SpawnMarkers = Dictionary[int, NodePath]({
|
||||
0: NodePath("../StartPosition")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue