load_sprite
Load a texture into a Sprite2D node by specifying the Godot project, scene, node path, and texture file.
Instructions
Load a sprite/texture into a Sprite2D node in a Godot scene
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| nodePath | Yes | Path to the Sprite2D node in the scene | |
| texturePath | Yes | Path to the texture file (relative to project) |