feat: created driving gamemode
This commit is contained in:
parent
6c2dd20b9e
commit
d9fb97d396
9
godot/game_mode.tres
Normal file
9
godot/game_mode.tres
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="GameMode" load_steps=3 format=3 uid="uid://cn67hplheq8lu"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dkvgi7x2epurk" path="res://car_player.tscn" id="1_4tneo"]
|
||||
|
||||
[sub_resource type="GameState" id="GameState_vk238"]
|
||||
|
||||
[resource]
|
||||
game_state = SubResource("GameState_vk238")
|
||||
player_scene = ExtResource("1_4tneo")
|
Loading…
Reference in a new issue