added new type of falling block

This commit is contained in:
pennyrigate 2023-05-01 04:45:34 -04:00
parent 05339e3ac1
commit fe61dafe6c
8 changed files with 93 additions and 35 deletions

View file

@ -17,7 +17,7 @@
[ext_resource path="res://objects/collectibles/star.tscn" type="PackedScene" id=15]
[ext_resource path="res://objects/enemy/tentacle.tscn" type="PackedScene" id=16]
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=17]
[ext_resource path="res://objects/environment/falling_block/falling_block.tscn" type="PackedScene" id=18]
[ext_resource path="res://objects/environment/falling_block/falling_block_cave.tscn" type="PackedScene" id=18]
[ext_resource path="res://scripts/delete_on_game_running.gd" type="Script" id=19]
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=20]
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=21]