Flashlight and basic character controls
This commit is contained in:
parent
70d322e276
commit
3832a05c1b
16 changed files with 258 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bhulqhxesd5gc"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bhulqhxesd5gc"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Player.cs" id="1_1vpun"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://cfdng3tdv65p6" path="res://sprites/player/player.tres" id="1_8jl58"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5hhj3"]
|
||||
size = Vector2(15, 15)
|
||||
|
||||
[node name="Player" type="CharacterBody2D"]
|
||||
script = ExtResource("1_1vpun")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0.5, 7.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue