mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://source/assets/sprites/character/menu_player/player_character_theme-menu.svg" type="Texture" id=1]
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
radius = 76.0267
|
|
|
|
[node name="player2" type="KinematicBody2D"]
|
|
|
|
[node name="player_collider" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="player_character_theme-menu" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|