Pong/GodotCharacter.tscn

9 lines
337 B
Text
Raw Normal View History

2023-05-17 03:28:26 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cnwfyao83u6y5"]
[ext_resource type="Texture2D" uid="uid://b186qihsjblv7" path="res://icon.svg" id="1_hmqt3"]
[ext_resource type="Script" path="res://GodotCharacter.cs" id="2_006i4"]
[node name="GodotCharacter" type="Sprite2D"]
texture = ExtResource("1_hmqt3")
script = ExtResource("2_006i4")