basic-move-and-dodge-game

[LEARNING] basic godot game based off the tutorial by borncg on youtube
git clone git://git.figbert.com/basic-move-and-dodge-game.git
Log | Files | Refs | README

commit f95361f4a172831865d101f737cdfb009504c996
parent a141217ad8c44004ea807f7f724fbdf600777123
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 23 Nov 2020 23:29:48 -0800

Rename assets directory to scenes

Diffstat:
MLevel.tscn | 2+-
Rassets/Character.tscn -> scenes/Character.tscn | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Level.tscn b/Level.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=7 format=2] -[ext_resource path="res://assets/Character.tscn" type="PackedScene" id=1] +[ext_resource path="res://scenes/Character.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/Character.gd" type="Script" id=2] [sub_resource type="BoxShape" id=1] diff --git a/assets/Character.tscn b/scenes/Character.tscn